mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Comment fallthrough case statements so compilation succeeds with GCC 7.
GCC 7 Added a warning for implicit fallthroughs in switch cases. It's enabled by -Wextra, and treated as an error due to -Werror so compilation fails on GCC 7 and higher. See -Wimplicit-fallthrough in the GCC manual.
This commit is contained in: