summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp8
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',