Commit 88004b30ff173caac5d76f6d65750bb4144f3cec

Guillem Jover 2011-12-31T07:31:47

build: Set -Wno-unused-parameter to default CFLAGS

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/Makefile.am b/src/Makefile.am
index 9bd9257..153c7b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 # Set default values for user variables
-CFLAGS = -Wall -Wextra -Wno-unused-variable
+CFLAGS = -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter
 
 AM_CPPFLAGS = \
 	-I$(top_builddir) \