From 41b4312e936a0dfc396e6f0ef13c2c691dac6e40 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 17 Jan 2019 16:07:27 -0500 Subject: [PATCH] [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. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e77b2699..afb1b1ae6 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