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 \
|
-g \
|
||||||
-Wall -Wextra \
|
-Wall -Wextra \
|
||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
|
-Wno-switch \
|
||||||
--std=c99 \
|
--std=c99 \
|
||||||
$(CFLAGS)
|
$(CFLAGS)
|
||||||
xLDFLAGS = \
|
xLDFLAGS = \
|
||||||
|
|
Loading…
Reference in New Issue