X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=tools%2Fcflags.mk;h=7aee4622ca9051dc99705468e61c398166c98aa5;hp=32e4a95d7fd04a8d9d8c2d7c594bf792ee2cb918;hb=1951199b744b2104bf7fe60effe5dd0f455aee9c;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac diff --git a/tools/cflags.mk b/tools/cflags.mk index 32e4a95..7aee462 100644 --- a/tools/cflags.mk +++ b/tools/cflags.mk @@ -4,7 +4,7 @@ endif LDFLAGS += -Wl,--warn-common -CFLAGS := -g +CFLAGS := -ggdb3 # Use pipes and not temp files. CFLAGS += -pipe @@ -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