build: enable -Wimplicit-fallthrough warning from gcc7

This commit is contained in:
Thomas Haller 2017-02-06 14:42:01 +01:00
parent 7c6c8f0d8b
commit 4b9cebd8ad

View file

@ -62,6 +62,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
fi
for option in \
-Wimplicit-fallthrough \
-Wshadow \
-Wmissing-declarations \
-Wmissing-prototypes \