 Chromium Code Reviews
 Chromium Code Reviews Issue 1554923002:
  Reland of mac and ios: Build third-party code with -Wall.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1554923002:
  Reland of mac and ios: Build third-party code with -Wall.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index c3bc3dff43c892f8930db4e60954bdfab835a581..d6293212deb0bf6584f6d4867d9c5ffadadf0364 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"', { |