From 88004b30ff173caac5d76f6d65750bb4144f3cec Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 31 Dec 2011 07:31:47 +0100 Subject: [PATCH] build: Set -Wno-unused-parameter to default CFLAGS --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.47.3