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

Unified Diff: build/common.gypi

Issue 2099773004: ios: Stop passing -Wno-deprecated-declarations for host builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index a18f96da60bd991a7bf5a6870a38bae5885cd495..934c137826be02c7218ef8bcb46e630731ef37cc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5430,17 +5430,6 @@
'ARCHS': [
'x86_64',
],
- 'WARNING_CFLAGS': [
- # TODO(thakis): Remove this once the deployment target on OS X
- # is 10.7 too, http://crbug.com/547071
- # In general, it is NOT OK to add -Wno-deprecated-declarations
- # anywhere, you should instead fix your code instead. But host
- # compiles on iOS are really mac compiles, so this will be fixed
- # when the mac deployment target is increased. (Some of the
- # fixes depend on OS X 10.7 so they can't be done before mac
- # upgrades).
- '-Wno-deprecated-declarations',
- ],
},
}],
['_toolset=="target"', {
« 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