diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-18 04:24:32 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-18 04:24:32 +0000 |
commit | 82dd5eb3a2448eb52a711573f3ff6d3d20306563 (patch) | |
tree | ebd9421fc050ff5067c67e38838f9cac099990a2 /breakpad/breakpad.gyp | |
parent | a5b3e3af11c6164300f293cc27b27db7cbfeced8 (diff) | |
download | chromium_src-82dd5eb3a2448eb52a711573f3ff6d3d20306563.zip chromium_src-82dd5eb3a2448eb52a711573f3ff6d3d20306563.tar.gz chromium_src-82dd5eb3a2448eb52a711573f3ff6d3d20306563.tar.bz2 |
linux/clang: Disable the last two warnings, turn on -Werror
BUG=138571
TBR=tony
Review URL: https://chromiumcodereview.appspot.com/10855238
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index cbed22c..a7d0767 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -613,6 +613,14 @@ '..', '.', ], + 'conditions': [ + [ 'clang == 1', { + 'cflags': [ + # See http://crbug.com/138571#c18 + '-Wno-unused-value', + ], + }], + ], }, { 'target_name': 'linux_dumper_unittest_helper', |