Ignore:
Timestamp:
Mar 27, 2015 10:20:39 AM (9 years ago)
Author:
nanang
Message:

Re #1828: Silenced off compile warnings on PortAudio?, as we lock the version and it has been tested for long time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/portaudio/Makefile

    r4786 r5038  
    4040# Defines for building PORTAUDIO library 
    4141# 
     42# Note: compile warning is turned off, turn back on when updating PA version! 
    4243export PORTAUDIO_SRCDIR = src 
    4344export PORTAUDIO_OBJS +=  
    44 export PORTAUDIO_CFLAGS += $(_CFLAGS) 
     45export PORTAUDIO_CFLAGS += $(_CFLAGS) -w 
    4546export PORTAUDIO_LDFLAGS += $(_LDFLAGS) 
    4647 
Note: See TracChangeset for help on using the changeset viewer.