X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=cflags.mk;h=a734def6bfda36f6fdd1781f75450b82a237326b;hb=4679714d372c301752dd4b26f4e3fa45641be4b9;hp=257b8519c55c755613e7562b72aaa5e0fe560657;hpb=8a17bff34ca04d10ef28a3d2d4b00343afd220e9;p=apps%2Fmadmutt.git 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