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:
parent
b258e1fc82
commit
b45be6e5ab
|
@ -31,6 +31,7 @@ xCFLAGS = \
|
|||
-g \
|
||||
-Wall -Wextra \
|
||||
-Wno-unused-parameter \
|
||||
-Wno-switch \
|
||||
--std=c99 \
|
||||
$(CFLAGS)
|
||||
xLDFLAGS = \
|
||||
|
|
Loading…
Reference in New Issue