X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cflags.mk;fp=cflags.mk;h=a734def6bfda36f6fdd1781f75450b82a237326b;hp=911a0b4fe3287c0cc2af7366a3232e263e0fe89d;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hpb=c8c9a616c8c369da6aa06e656eacfb82af8707a8 diff --git a/cflags.mk b/cflags.mk index 911a0b4..a734def 100644 --- a/cflags.mk +++ b/cflags.mk @@ -45,3 +45,5 @@ CFLAGS += -Wpointer-arith CFLAGS += -Wredundant-decls # warn if the format string is not a string literal #CFLAGS += -Wformat-nonliteral +# missing prototypes +CFLAGS += -Wmissing-prototypes