From 8d270366e7bc335fbf486bc5316989b6aff24304 Mon Sep 17 00:00:00 2001 From: Elias Kosunen Date: Tue, 22 May 2018 09:10:01 +0300 Subject: [PATCH] Remove (some) explicit warning suppressions Fix C++ standard setting in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 522c05b8..1cdb9f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ matrix: - env: CXX_COMPILER=g++-4.8 BUILD=Debug STANDARD=11 compiler: gcc # g++ 4.4 on Linux with C++11 - - env: CXX_COMPILER=g++-4.4 BUILD=Debug STANDARD=0x + - env: CXX_COMPILER=g++-4.4 BUILD=Debug STANDARD=11 compiler: gcc addons: apt: