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

Unified Diff: ios/crnet/test/crnet_test.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 | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/test/crnet_test.gyp
diff --git a/ios/crnet/test/crnet_test.gyp b/ios/crnet/test/crnet_test.gyp
index f44883d9b8a7ec63cb588670a7da44344001e38c..f0385bfec762e32f7740318bc1a0f2214364a218 100644
--- a/ios/crnet/test/crnet_test.gyp
+++ b/ios/crnet/test/crnet_test.gyp
@@ -30,6 +30,13 @@
],
'link_settings': {
},
+ # TODO(crbug.com/571217): Disabled warning-as-error option until
+ # this bug is fixed.
+ 'xcode_settings': {
+ 'WARNING_CFLAGS': [
+ '-Wno-deprecated-declarations',
+ ],
+ },
},
],
}],
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698