summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-08-07 13:02:40 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-07 13:02:40 -0700
commit70a31baf5c78b9dad4f2dcdc7920b7eb1453e402 (patch)
tree60e6dd53228947be54372976b6baaf9eb92a7fbe /common.gypi
parent6dc391194951bdd39bb7f0b1774ddadea7609643 (diff)
downloadqtlocation-mapboxgl-70a31baf5c78b9dad4f2dcdc7920b7eb1453e402.tar.gz
Eliminate warnings
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index a38a279ef1..513d8688f0 100644
--- a/common.gypi
+++ b/common.gypi
@@ -7,7 +7,7 @@
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_CPP_RTTI':'YES',
- 'OTHER_CPLUSPLUSFLAGS': [ '-Wall', '-Wextra' ],
+ 'OTHER_CPLUSPLUSFLAGS': [ '-Wall', '-Wextra', '-Wno-variadic-macros' ],
'GCC_WARN_PEDANTIC': 'YES',
'GCC_WARN_UNINITIALIZED_AUTOS': 'YES_AGGRESSIVE'
},