[ci] Remove -Werror from Travis
hb-machinery.hh:111:37: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] Also ignore -Wtype-limits.
This commit is contained in:
parent
3f2daae630
commit
41b4312e93
|
@ -6,8 +6,6 @@ language: cpp
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CPPFLAGS=""
|
- CPPFLAGS=""
|
||||||
- CFLAGS="-Werror -Werror=unused -Werror=unused-function"
|
|
||||||
- CXXFLAGS="-Werror -Werror=unused -Werror=unused-function -Wno-deprecated-register" # glib uses register and clang raises a warning
|
|
||||||
- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2"
|
- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2"
|
||||||
- NOCONFIGURE=1
|
- NOCONFIGURE=1
|
||||||
# COVERITY_SCAN_TOKEN
|
# COVERITY_SCAN_TOKEN
|
||||||
|
|
Loading…
Reference in New Issue