summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-06-15 05:16:31 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-06-15 05:16:31 +0000
commit2743a0a674a8173a78755a6b9c7b7305809a7d73 (patch)
treeb87e2885121a856fa9633f7ee86cbc757778e060 /third_party
parentb780811fae0b25e08a6cfa5198d9ccdac4114aed (diff)
Misc (re #1843): Revert r5039 due to reported compile error on gcc 4.1.2 (thanks Rami Annala for the report).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5108 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party')
-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 d672471f..0b949982 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) -Wno-unused-const-variable
+export GSM_CODEC_CFLAGS = -DSASR -DWAV49 -DNeedFunctionPrototypes=1 $(_CFLAGS)
export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT