mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
37d0f7d3b3
The annotation %empty is properly enforced: warnings when it's missing, and errors when it's inappropriate. Support for %empty was introduced in Bison 3.0. Pass -Wempty-rule to Bison. Closes GH-5134