diff options
author | Leith Bade <leith@mapbox.com> | 2015-02-03 13:54:12 +1100 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-02-03 11:38:43 -0800 |
commit | 33f611cdf8d22aacdb252dee7f262a644af10882 (patch) | |
tree | cf931d9c16179a9f390ca684b9946994528e1d6d /scripts | |
parent | 33b4922220d19a5049072b59cbad01358099b1cf (diff) | |
download | qtlocation-mapboxgl-33f611cdf8d22aacdb252dee7f262a644af10882.tar.gz |
Fix -W flags for boost
Fixes #801
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/flags.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/flags.sh b/scripts/flags.sh index 8703677d0a..10cc88e5c6 100755 --- a/scripts/flags.sh +++ b/scripts/flags.sh @@ -30,6 +30,3 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then # fi # fi fi - -# turn off a few warnings -export CXXFLAGS="-Wno-unknown-warning-option -Wno-unused-local-typedefs -Wno-unknown-pragmas ${CXXFLAGS}"; |