Commit d09e077e authored by olivierrobin's avatar olivierrobin Committed by Commit bot

Add no-deprecated-declarations to ios_breakpad client

Follow up on cl/1611283002.
minidump_generator may be buit on by the breakpad_client target, which
needs to allow the deprecated call.

Will be removed after reland of https://codereview.chromium.org/1563223004/

BUG=579522, 569158

Review URL: https://codereview.chromium.org/1638723003

Cr-Commit-Position: refs/heads/master@{#371515}
parent 827116aa
...@@ -311,6 +311,7 @@ ...@@ -311,6 +311,7 @@
'xcode_settings' : { 'xcode_settings' : {
'WARNING_CFLAGS': [ 'WARNING_CFLAGS': [
# See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675. # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
# TODO(crbug.com/569158): remove when fixed.
'-Wno-deprecated-declarations', '-Wno-deprecated-declarations',
], ],
}, },
...@@ -871,6 +872,13 @@ ...@@ -871,6 +872,13 @@
'src', 'src',
], ],
}, },
'xcode_settings' : {
'WARNING_CFLAGS': [
# See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
# TODO(crbug.com/569158): remove when fixed.
'-Wno-deprecated-declarations',
],
},
} }
] ]
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment