From 0b1f1d687d8c705fb1fb3e444d9d8310e34f4577 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Mon, 30 Mar 2015 08:34:36 +0000 Subject: Re #1782 (misc): suppress warning in compiling third party code: gsm. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5039 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/gsm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/build/gsm/Makefile b/third_party/build/gsm/Makefile index 0b949982..d672471f 100644 --- a/third_party/build/gsm/Makefile +++ b/third_party/build/gsm/Makefile @@ -32,7 +32,7 @@ export GSM_CODEC_OBJS = add.o code.o decode.o \ lpc.o preprocess.o rpe.o short_term.o \ table.o -export GSM_CODEC_CFLAGS = -DSASR -DWAV49 -DNeedFunctionPrototypes=1 $(_CFLAGS) +export GSM_CODEC_CFLAGS = -DSASR -DWAV49 -DNeedFunctionPrototypes=1 $(_CFLAGS) -Wno-unused-const-variable export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT -- cgit v1.2.3