From 6fb70f8d02ced358f746aa1dda03b12a786df09a Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Sun, 29 May 2016 09:47:30 -0400
Subject: [PATCH] travis-ci: let only display, not error on autological
 warnings

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f9f701efef..c6c4313cc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,7 +98,7 @@ matrix:
               - libgme-dev
               - p7zip-full
           compiler: gcc-6
-          env: WFLAGS="-Wno-tautological-compare -Wno-error=tautological-compare"
+          env: WFLAGS="-Wno-error=tautological-compare"
           #gcc-6 (Ubuntu 6.1.1-3ubuntu11~14.04.1) 6.1.1 20160511
         - os: linux
           compiler: clang
-- 
GitLab