From: Anthony Minessale Date: Mon, 21 May 2007 20:45:45 +0000 (+0000) Subject: dont error on unused function paramaters X-Git-Tag: v1.0.6~38^3~829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f83966fdd694dc6bade6fc6f08543f1f73c11657;p=thirdparty%2Ffreeswitch.git dont error on unused function paramaters git-svn-id: http://svn.openzap.org/svn/openzap/trunk@83 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/freetdm/src/general.makefile b/libs/freetdm/src/general.makefile index b1177dc860..e642a7d88e 100644 --- a/libs/freetdm/src/general.makefile +++ b/libs/freetdm/src/general.makefile @@ -1,3 +1,3 @@ CC=gcc -CC_CFLAGS += -Wall -Werror -Wextra -std=c99 -pedantic -ansi +CC_CFLAGS += -Wall -Werror -Wextra -std=c99 -pedantic -ansi -Wno-unused-parameter