X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=cflags.mk;h=1e4dafa56ec28cf5512c37a3581ff2bf029d0c3d;hb=3755188848d66fd8c0638ce8514fbf57aa94518f;hp=a734def6bfda36f6fdd1781f75450b82a237326b;hpb=2387528e4153c90f6e4b7e1bb7dba2fd09b1943c;p=apps%2Fmadmutt.git diff --git a/cflags.mk b/cflags.mk index a734def..1e4dafa 100644 --- a/cflags.mk +++ b/cflags.mk @@ -44,6 +44,6 @@ CFLAGS += -Wpointer-arith # warn about multiple declarations CFLAGS += -Wredundant-decls # warn if the format string is not a string literal -#CFLAGS += -Wformat-nonliteral +CFLAGS += -Wformat-nonliteral # missing prototypes CFLAGS += -Wmissing-prototypes