Fixed unused parameter warning.
This commit is contained in:
@@ -1118,6 +1118,7 @@ yydestruct (yytype, yyvaluep)
|
||||
#endif
|
||||
{
|
||||
/* Pacify ``unused variable'' warnings. */
|
||||
(void) yytype;
|
||||
(void) yyvaluep;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user