diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2019-01-17 16:07:27 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2019-01-17 16:08:30 -0500 |
commit | 41b4312e936a0dfc396e6f0ef13c2c691dac6e40 (patch) | |
tree | 11e4aa8458e27f26ad14914fb62fbb9389596523 | |
parent | 3f2daae63073bd536bceb1ae71dffd3187afce11 (diff) |
[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.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3e77b269..afb1b1ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ language: cpp env: global: - 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" - NOCONFIGURE=1 # COVERITY_SCAN_TOKEN |