summaryrefslogtreecommitdiff
path: root/travis-autogen.sh
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@free.fr>2017-01-04 22:52:08 +0100
committerLudovic Rousseau <ludovic.rousseau@free.fr>2017-01-04 22:58:24 +0100
commitfc7ed423cee7a3e7dd2245c231f2d458aaf8fe2c (patch)
treebf385fdca9e79d46a92974c23af06d193d0ff72c /travis-autogen.sh
parenta1e94c8ce10288858d93aedc67862f6f418053bd (diff)
downloadlibusb-fc7ed423cee7a3e7dd2245c231f2d458aaf8fe2c.tar.gz
travis: remove -fdiagnostics-color=auto
-fdiagnostics-color=auto is not supported bug gcc version 4.8.4 gcc: error: unrecognized command line option '-fdiagnostics-color=auto'
Diffstat (limited to 'travis-autogen.sh')
-rwxr-xr-xtravis-autogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/travis-autogen.sh b/travis-autogen.sh
index dd3af0b..64d5685 100755
--- a/travis-autogen.sh
+++ b/travis-autogen.sh
@@ -25,7 +25,6 @@ CFLAGS+=" -Wundef"
CFLAGS+=" -Wuninitialized"
CFLAGS+=" -Wunused"
CFLAGS+=" -Wwrite-strings"
-CFLAGS+=" -fdiagnostics-color=auto"
# warnings disabled on purpose
CFLAGS+=" -Wno-unused-parameter"