summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-12-31 22:54:38 -0500
committerNico Weber <thakis@chromium.org>2016-01-01 03:55:30 +0000
commit9830789346abd3d8211deff1ebe7a7f5753ba3fc (patch)
treef7c8fb5ed4b4c19695c87a60a040de5c4b4e04ca /build/common.gypi
parentc86f28e5c9c01227d6f767f043d27ff5a30bb121 (diff)
downloadchromium_src-9830789346abd3d8211deff1ebe7a7f5753ba3fc.zip
chromium_src-9830789346abd3d8211deff1ebe7a7f5753ba3fc.tar.gz
chromium_src-9830789346abd3d8211deff1ebe7a7f5753ba3fc.tar.bz2
mac and ios: Build third-party code with -Wall.
This lands the mac and ios build/common.gypi bits of https://codereview.chromium.org/1551753002/ (reviewed there) BUG=573250 R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1555843002 . Cr-Commit-Position: refs/heads/master@{#367255}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c3bc3df..d629321 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3210,7 +3210,7 @@
[ 'OS=="mac" or OS=="ios"', {
'xcode_settings': {
- 'WARNING_CFLAGS!': ['-Wall', '-Wextra'],
+ 'WARNING_CFLAGS!': ['-Wextra'],
},
'conditions': [
['buildtype=="Official"', {