summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-03-30 08:34:36 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-03-30 08:34:36 +0000
commit0b1f1d687d8c705fb1fb3e444d9d8310e34f4577 (patch)
tree60d94596a084a3df0cff4670889613dfa0e33ed8
parent0101b3839aa2abc3ef500ce3c9f9881132c0f87b (diff)
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
-rw-r--r--third_party/build/gsm/Makefile2
1 files changed, 1 insertions, 1 deletions
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