When I compile lex.yy.c  with -Wall, I get the following warnings:
warning: 'yyunput' defined but not used [-Wunused-function]
warning: 'input' defined but not used [-Wunused-function]


How can I suppress these warnings?

Regards,
Test User.

_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to