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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1548323002: Add -Wno-deprecated-declarations on iOS in preparation of changing SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | ios/crnet/test/crnet_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 59a41d41d9f610ce8235c9c466e1eac6b8f88628..fd886f580e0f641a6b02f15e9ba0234e6653c0e6 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -660,6 +660,14 @@
],
}]
],
+ # TODO(crbug.com/569158): Suppresses warnings that are treated as errors
+ # when minimum iOS version support is increased to iOS 9 and up.
+ # This should be removed once all deprecation violations have been fixed.
+ 'xcode_settings': {
+ 'WARNING_CFLAGS': [
+ '-Wno-deprecated-declarations',
+ ],
+ },
},
{
# GN version: //ios/chrome/browser:about_flags
« no previous file with comments | « no previous file | ios/crnet/test/crnet_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698