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 /quackleio | |
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 'quackleio')
-rw-r--r-- | quackleio/quackleio.pro | 2 |
1 files changed, 2 insertions, 0 deletions
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 |