From dd1aebccf2e1722ac10fb73ed438251785283b8d Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 20 Apr 2019 13:50:57 +0100 Subject: [PATCH] travis: Suppress uninteresting warnings on OSX Suppress uninteresting warnings on OSX that we are drowning in, turned on by default in meson. --- test/scripts/build-travis-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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