mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This is very ugly: Bison provides a yynerrs variable, which is usually not actually used, but also not annotated with YY_MAYBE_UNUSED. Suppress this warning by adding a (void)yynerrs into the top-level reduction action. The alternative would be to disable the warning for these generated files.
4.4 KiB
4.4 KiB