Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 10:43:57 +01:00
parent 1d37501262
commit e23798d630

View File

@@ -1118,6 +1118,7 @@ yydestruct (yytype, yyvaluep)
#endif
{
/* Pacify ``unused variable'' warnings. */
(void) yytype;
(void) yyvaluep;
}