* builds/compiler/gcc-dev.mk: Silence some warnings.
This commit is contained in:
parent
64f8b7fbd0
commit
afc7000cac
|
@ -76,6 +76,7 @@ ifndef CFLAGS
|
|||
-Wpointer-arith \
|
||||
-Wwrite-strings \
|
||||
-Wredundant-decls \
|
||||
-Wno-format-extra-args \
|
||||
-Wno-long-long \
|
||||
$(nested_externs) \
|
||||
$(strict_prototypes)
|
||||
|
|
Loading…
Reference in New Issue