From 00a4b2a209ce4b90f4dca4d98b964853ce3196ff Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 18 Oct 2015 23:47:04 -0500 Subject: Fix travis builds. * Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control. --- gaddagize/gaddagize.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gaddagize') diff --git a/gaddagize/gaddagize.pro b/gaddagize/gaddagize.pro index 63bfb65..5998fbf 100755 --- a/gaddagize/gaddagize.pro +++ b/gaddagize/gaddagize.pro @@ -17,6 +17,8 @@ release { OBJECTS_DIR = obj/release } +QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register + # Input SOURCES += gaddagize.cpp -- cgit v1.2.3