* builds/compiler/gcc-dev.mk: Silence some warnings.

This commit is contained in:
Alexei Podtelezhnikov 2025-01-03 18:17:49 +00:00
parent 64f8b7fbd0
commit afc7000cac
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ ifndef CFLAGS
-Wpointer-arith \
-Wwrite-strings \
-Wredundant-decls \
-Wno-format-extra-args \
-Wno-long-long \
$(nested_externs) \
$(strict_prototypes)