summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorsigbjornf <sigbjornf@opera.com>2015-12-31 22:17:54 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-01 06:18:59 +0000
commit02b240dbc9219e8ae755dd99ded199ac7b4bf77f (patch)
tree050812235b9cb6156de6f31fe8e29de56e0801c9 /build/common.gypi
parent49611ea64286e5d1d433ecd36755307967d9cb1f (diff)
downloadchromium_src-02b240dbc9219e8ae755dd99ded199ac7b4bf77f.zip
chromium_src-02b240dbc9219e8ae755dd99ded199ac7b4bf77f.tar.gz
chromium_src-02b240dbc9219e8ae755dd99ded199ac7b4bf77f.tar.bz2
Revert of mac and ios: Build third-party code with -Wall. (patchset #1 id:1 of https://codereview.chromium.org/1555843002/ )
Reason for revert: ios_Device builder isn't quite ready for -Wall, http://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/33368 breaking compilation. 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} TBR=thestig@chromium.org,thakis@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=573250 Review URL: https://codereview.chromium.org/1553943002 Cr-Commit-Position: refs/heads/master@{#367258}
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"', {