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