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. --- quackleio/quackleio.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quackleio') diff --git a/quackleio/quackleio.pro b/quackleio/quackleio.pro index 8e43d29..dba23b8 100644 --- a/quackleio/quackleio.pro +++ b/quackleio/quackleio.pro @@ -22,6 +22,8 @@ QMAKE_CXXFLAGS += -std=c++11 CONFIG += release staticlib CONFIG -= x11 +QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register + # Input HEADERS += *.h -- cgit v1.2.3