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'
This commit is contained in:
parent
a1e94c8ce1
commit
fc7ed423ce
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ CFLAGS+=" -Wundef"
|
||||||
CFLAGS+=" -Wuninitialized"
|
CFLAGS+=" -Wuninitialized"
|
||||||
CFLAGS+=" -Wunused"
|
CFLAGS+=" -Wunused"
|
||||||
CFLAGS+=" -Wwrite-strings"
|
CFLAGS+=" -Wwrite-strings"
|
||||||
CFLAGS+=" -fdiagnostics-color=auto"
|
|
||||||
|
|
||||||
# warnings disabled on purpose
|
# warnings disabled on purpose
|
||||||
CFLAGS+=" -Wno-unused-parameter"
|
CFLAGS+=" -Wno-unused-parameter"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue