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

Unified Diff: breakpad/breakpad.gyp

Issue 1638723003: Add no-deprecated-declarations to ios_breakpad client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment 2/2 Created 4 years, 11 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 | no next file » | no next file with comments »
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 69ce5be0ef6b1c205bc71f085a73243b285afd2d..7053d896040cb97736091169b6cd592a48eaff8b 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -311,6 +311,7 @@
'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',
],
},
@@ -871,6 +872,13 @@
'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',
+ ],
+ },
}
]
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698