X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cflags.mk;h=1e4dafa56ec28cf5512c37a3581ff2bf029d0c3d;hp=a734def6bfda36f6fdd1781f75450b82a237326b;hb=3242c00b2d3f7f1c1554bcebfb8a390fddea095f;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 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