X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tools%2Fcflags.mk;fp=tools%2Fcflags.mk;h=33f8b170974381b65adf33808ce09ba91b1171d7;hb=94c83f42e786ffbebb2ea3defcd6df95efe116f0;hp=32e4a95d7fd04a8d9d8c2d7c594bf792ee2cb918;hpb=20392fc3c433909de76c676c235524acd96bec60;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