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

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: 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..7744886133130a6e189b89109bf56582f2a31069 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -871,6 +871,12 @@
'src',
],
},
+ 'xcode_settings' : {
+ 'WARNING_CFLAGS': [
+ # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
Mark Mentovai 2016/01/26 14:03:08 TODO(sdefresne): remove when fixed
Mark Mentovai 2016/01/26 14:06:52 Mark Mentovai wrote:
Olivier 2016/01/26 14:10:02 Done.
+ '-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