diff options
-rw-r--r-- | Makefile.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index c43c8dca8..f5f446598 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -25,6 +25,7 @@ CFLAGS += $(call cc-option,-Wstrict-prototypes,) | |||
25 | CFLAGS += $(call cc-option,-Wunused -Wunused-parameter,) | 25 | CFLAGS += $(call cc-option,-Wunused -Wunused-parameter,) |
26 | CFLAGS += $(call cc-option,-Wunused-function -Wunused-value,) | 26 | CFLAGS += $(call cc-option,-Wunused-function -Wunused-value,) |
27 | CFLAGS += $(call cc-option,-Wmissing-prototypes -Wmissing-declarations,) | 27 | CFLAGS += $(call cc-option,-Wmissing-prototypes -Wmissing-declarations,) |
28 | CFLAGS += $(call cc-option,-Wno-format-security,) | ||
28 | # warn about C99 declaration after statement | 29 | # warn about C99 declaration after statement |
29 | CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) | 30 | CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) |
30 | # If you want to add more -Wsomething above, make sure that it is | 31 | # If you want to add more -Wsomething above, make sure that it is |