Skip to content
Snippets Groups Projects
Commit e56ff71c authored by Mathieu L Bouchard's avatar Mathieu L Bouchard
Browse files

* disabled warnings about unused parameters (which are pointless) & enabled...

* disabled warnings about unused parameters (which are pointless) & enabled warnings about other unused local variables (which allow to find dead code)
parent 6540d5a9
No related merge requests found
...@@ -41,7 +41,7 @@ LDFLAGS = @LDFLAGS@ ...@@ -41,7 +41,7 @@ LDFLAGS = @LDFLAGS@
LIB = @PDLIB@ LIB = @PDLIB@
WARN_CFLAGS = -Wall -W -Wstrict-prototypes \ WARN_CFLAGS = -Wall -W -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch -Wno-unused-parameter -Wno-parentheses -Wno-switch
ARCH_CFLAGS = -DPD ARCH_CFLAGS = -DPD
CFLAGS = @CFLAGS@ $(ARCH_CFLAGS) $(WARN_CFLAGS) $(CPPFLAGS) $(MORECFLAGS) CFLAGS = @CFLAGS@ $(ARCH_CFLAGS) $(WARN_CFLAGS) $(CPPFLAGS) $(MORECFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment