summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-11-06 14:18:52 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-11-06 14:18:52 +0100
commit618a4a5785e07b9663111d8d7f4b33c0f6be0c55 (patch)
treee272af080d977c61e16058e5cd680fb00b430dcf /gyp
parentd7cfc05cea2b28111c6100b30555b84ad4751873 (diff)
downloadqtlocation-mapboxgl-618a4a5785e07b9663111d8d7f4b33c0f6be0c55.tar.gz
add -Werror to os x as well
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index b21e8b50d7..df055b199f 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -14,7 +14,7 @@
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_CPP_RTTI':'YES',
- 'OTHER_CPLUSPLUSFLAGS': [ '-Wall', '-Wextra', '-Wshadow', '-Wno-variadic-macros', '-frtti', '-fexceptions' ],
+ 'OTHER_CPLUSPLUSFLAGS': [ '-Werror', '-Wall', '-Wextra', '-Wshadow', '-Wno-variadic-macros', '-frtti', '-fexceptions' ],
'GCC_WARN_PEDANTIC': 'YES',
'GCC_WARN_UNINITIALIZED_AUTOS': 'YES_AGGRESSIVE',
},