Turned off switch enum checks. There's nothing wrong with an omitted enum case; it might have been odne already!

This commit is contained in:
Pietro Gagliardi 2015-04-20 22:37:49 -04:00
parent b258e1fc82
commit b45be6e5ab
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ xCFLAGS = \
-g \
-Wall -Wextra \
-Wno-unused-parameter \
-Wno-switch \
--std=c99 \
$(CFLAGS)
xLDFLAGS = \