mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
dont error on unused function paramaters
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@83 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
bf315e8b38
commit
f83966fdd6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user