travis: Suppress uninteresting warnings on OSX

Suppress uninteresting warnings on OSX that we are drowning in, turned
on by default in meson.
This commit is contained in:
Jon Turney 2019-04-20 13:50:57 +01:00 committed by Adam Jackson
parent f0e22a76c9
commit dd1aebccf2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ hdiutil detach /Volumes/XQuartz-${XQUARTZ_VERSION}
export PATH="/opt/X11/bin:${PATH}"
export PKG_CONFIG_PATH="/opt/X11/share/pkgconfig:/opt/X11/lib/pkgconfig:${PKG_CONFIG_PATH}"
export ACLOCAL="aclocal -I /opt/X11/share/aclocal -I /usr/local/share/aclocal"
export CFLAGS="-Wall -O2 -ggdb3 -arch x86_64 -pipe"
export CFLAGS="-Wall -O2 -ggdb3 -arch x86_64 -pipe -Wno-typedef-redefinition -Wno-deprecated-declarations"
export CXXFLAGS=$CFLAGS
export OBJCFLAGS=$CFLAGS
export LDFLAGS=$CFLAGS