summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-03-27 10:20:39 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-03-27 10:20:39 +0000
commit0101b3839aa2abc3ef500ce3c9f9881132c0f87b (patch)
tree9461f8084c3e795bca34a4064b7585ca06d6227b
parentd7b889151cfe8c938d33622c4a29dc0741b0201b (diff)
Re #1828: Silenced off compile warnings on PortAudio, as we lock the version and it has been tested for long time.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5038 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--third_party/build/portaudio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/build/portaudio/Makefile b/third_party/build/portaudio/Makefile
index c1ad23a2..6cf714c0 100644
--- a/third_party/build/portaudio/Makefile
+++ b/third_party/build/portaudio/Makefile
@@ -39,9 +39,10 @@ export _LDFLAGS += $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \
###############################################################################
# Defines for building PORTAUDIO library
#
+# Note: compile warning is turned off, turn back on when updating PA version!
export PORTAUDIO_SRCDIR = src
export PORTAUDIO_OBJS +=
-export PORTAUDIO_CFLAGS += $(_CFLAGS)
+export PORTAUDIO_CFLAGS += $(_CFLAGS) -w
export PORTAUDIO_LDFLAGS += $(_LDFLAGS)
export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT