mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Older GCC versions (< 7.0) don't support the -Wno-implicit-fallthrough compiler flag. This adds the flag conditionally in case some other compiler will run into same issue. Fixes GH-13330