summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorgeofflang <geofflang@chromium.org>2016-01-01 15:04:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-01 23:05:27 +0000
commit6f0ae110927c19c75dac785887d56dc61c90abc5 (patch)
treeeb23ad7d443a6f8a2a5bc3bee8133c63e68ba8f1 /build/common.gypi
parentee880c4373a286beb2ff0b539188e3c57ccf6797 (diff)
downloadchromium_src-6f0ae110927c19c75dac785887d56dc61c90abc5.zip
chromium_src-6f0ae110927c19c75dac785887d56dc61c90abc5.tar.gz
chromium_src-6f0ae110927c19c75dac785887d56dc61c90abc5.tar.bz2
Revert of mac and ios: Build third-party code with -Wall. (patchset #2 id:20001 of https://codereview.chromium.org/1555843002/ )
Reason for revert: Fails compilation on Mac GPU bots. Original issue's description: > 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 > > Committed: https://crrev.com/9830789346abd3d8211deff1ebe7a7f5753ba3fc > Cr-Commit-Position: refs/heads/master@{#367255} > > Committed: https://crrev.com/de5c041e67fa5abee83359b9346ca4896f1723ca > Cr-Commit-Position: refs/heads/master@{#367263} TBR=thestig@chromium.org,thakis@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=573250 Review URL: https://codereview.chromium.org/1556843002 Cr-Commit-Position: refs/heads/master@{#367267}
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 ae65c06..9296ae9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3206,7 +3206,7 @@
[ 'OS=="mac" or OS=="ios"', {
'xcode_settings': {
- 'WARNING_CFLAGS!': ['-Wextra'],
+ 'WARNING_CFLAGS!': ['-Wall', '-Wextra'],
},
'conditions': [
['buildtype=="Official"', {