Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: breakpad/breakpad.gyp

Issue 10855238: linux/clang: Disable the last two warnings, turn on -Werror (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: cros Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | net/third_party/nss/ssl.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index cbed22c90944dbac59b68b27b55e9c7d3f7366e5..a7d076712fa4e02489b69f46d703725356fe3f95 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',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | net/third_party/nss/ssl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698