damn, cflags were silent, fixing many bugs they now show.
[apps/madmutt.git] / tools / cflags.mk
index 32e4a95..33f8b17 100644 (file)
@@ -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