X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=cflags.mk;h=a734def6bfda36f6fdd1781f75450b82a237326b;hb=2387528e4153c90f6e4b7e1bb7dba2fd09b1943c;hp=911a0b4fe3287c0cc2af7366a3232e263e0fe89d;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1;p=apps%2Fmadmutt.git 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