Build: Omit -Wc99-c11-compat since it warns about _Noreturn.
This commit is contained in:
parent
90c94dddfd
commit
74b0e900c9
|
@ -1086,7 +1086,6 @@ AS_IF([test "$GCC" = yes], [
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
-Wvla \
|
-Wvla \
|
||||||
-Wc99-c11-compat \
|
|
||||||
-Wformat=2 \
|
-Wformat=2 \
|
||||||
-Winit-self \
|
-Winit-self \
|
||||||
-Wmissing-include-dirs \
|
-Wmissing-include-dirs \
|
||||||
|
|
Loading…
Reference in New Issue