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. --- quacker/quacker.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quacker/quacker.pro') diff --git a/quacker/quacker.pro b/quacker/quacker.pro index 6e3f2e0..599fd10 100644 --- a/quacker/quacker.pro +++ b/quacker/quacker.pro @@ -31,7 +31,7 @@ win32:!win32-g++ { } macx:LIBS += -framework CoreFoundation -QMAKE_CXXFLAGS += -std=c++11 +QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register # Input HEADERS += *.h -- cgit v1.2.3