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

Unified Diff: build/common.gypi

Issue 7511006: clang: Remove explicit -fobjc-exceptions flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 9eb94f3b62828aa0d7dc85ee997c64c58eb56e2f..9cff34588d16e2191ed298c555cd80e90b37f8ac 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1613,10 +1613,6 @@
# is fixed.
'-Wno-parentheses',
],
- 'OTHER_CFLAGS': [
- # TODO(thakis): Causes many warnings - http://crbug.com/75001
- '-fobjc-exceptions',
- ],
}],
['clang==1 and clang_use_chrome_plugins==1', {
'OTHER_CFLAGS': [
« 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