From 0101b3839aa2abc3ef500ce3c9f9881132c0f87b Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Fri, 27 Mar 2015 10:20:39 +0000 Subject: 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 --- third_party/build/portaudio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'third_party/build/portaudio') 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 -- cgit v1.2.3