1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
archived-php-src/ext
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-25 07:40:19 +01:00
2022-07-28 19:36:04 +01:00
2022-06-29 14:04:40 +02:00
2022-07-08 17:39:05 +01:00
2022-07-20 17:01:42 +02:00
2022-06-10 12:45:30 -04:00
2022-07-28 21:09:18 +02:00
2022-07-28 21:09:18 +02:00
2022-06-09 13:42:45 +02:00
2022-06-13 14:44:49 +02:00
2022-07-27 13:11:58 +02:00
2022-07-28 19:36:04 +01:00
2022-07-25 19:28:25 +01:00
2022-05-16 14:47:02 +02:00