summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-04-20 13:50:57 +0100
committerAdam Jackson <ajax@nwnk.net>2019-05-02 15:42:58 +0000
commitdd1aebccf2e1722ac10fb73ed438251785283b8d (patch)
treec5d8f870bece5aa99c94c438aef632ac8af7471a /test
parentf0e22a76c93c98d67dbd5c966812b2901de5ed49 (diff)
downloadxserver-dd1aebccf2e1722ac10fb73ed438251785283b8d.tar.gz
travis: Suppress uninteresting warnings on OSX
Suppress uninteresting warnings on OSX that we are drowning in, turned on by default in meson.
Diffstat (limited to 'test')
-rwxr-xr-xtest/scripts/build-travis-osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/build-travis-osx.sh b/test/scripts/build-travis-osx.sh
index 800fafcb2..e77049e9c 100755
--- a/test/scripts/build-travis-osx.sh
+++ b/test/scripts/build-travis-osx.sh
@@ -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