diff options
author | John Fultz <jfultz@wolfram.com> | 2015-10-18 23:47:04 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-10-19 00:36:54 -0500 |
commit | 00a4b2a209ce4b90f4dca4d98b964853ce3196ff (patch) | |
tree | f43a4017244dc14b777092d738bdb0ad9a0c48ee /quacker/quacker.pro | |
parent | 2c2a91a6154a8dafa1415ec546ac07b2486b6743 (diff) |
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.
Diffstat (limited to 'quacker/quacker.pro')
-rw-r--r-- | quacker/quacker.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |