1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/sapi/phpdbg
Nikita Popov 107ad28350 Suppress unused-but-set-variable warning in parsers
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.
2022-07-28 22:29:42 +02:00
..
2022-06-29 14:04:40 +02:00
2021-11-23 15:34:12 +03:00
2021-06-13 21:08:35 +02:00
2021-06-13 21:08:35 +02:00
2021-08-31 14:58:59 +02:00
2022-05-12 14:55:11 +02:00
2020-02-03 13:41:31 +01:00