X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cflags.mk;h=a734def6bfda36f6fdd1781f75450b82a237326b;hp=257b8519c55c755613e7562b72aaa5e0fe560657;hb=59f5843ea1ff2f68a60ceaeb497cf195bb512238;hpb=8a17bff34ca04d10ef28a3d2d4b00343afd220e9 diff --git a/cflags.mk b/cflags.mk index 257b851..a734def 100644 --- a/cflags.mk +++ b/cflags.mk @@ -44,4 +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