X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tools%2Fcflags.mk;h=33f8b170974381b65adf33808ce09ba91b1171d7;hb=0c73c9a8dd4f023a9d2cce2e72904e8bbc9ade3e;hp=32e4a95d7fd04a8d9d8c2d7c594bf792ee2cb918;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac;p=apps%2Fmadmutt.git diff --git a/tools/cflags.mk b/tools/cflags.mk index 32e4a95..33f8b17 100644 --- a/tools/cflags.mk +++ b/tools/cflags.mk @@ -35,6 +35,7 @@ CFLAGS += -Wwrite-strings CFLAGS += -Wsign-compare # warn about unused declared stuff CFLAGS += -Wunused +CFLAGS += -Wno-unused-parameter # warn about variable use before initialization CFLAGS += -Wuninitialized # warn about variables which are initialized with themselves