X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cflags.mk;h=1e4dafa56ec28cf5512c37a3581ff2bf029d0c3d;hp=257b8519c55c755613e7562b72aaa5e0fe560657;hb=3242c00b2d3f7f1c1554bcebfb8a390fddea095f;hpb=8a17bff34ca04d10ef28a3d2d4b00343afd220e9 diff --git a/cflags.mk b/cflags.mk index 257b851..1e4dafa 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