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

This commit is contained in:
Guillem Jover 2011-12-31 07:31:47 +01:00
parent dcaa93d984
commit 88004b30ff

View File

@ -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) \