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

Unified Diff: build/common.gypi

Issue 10097003: clang: Remove -Wno-literal-conversion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 806b5d3faa104acfd267d7b79275b109d8420bc1..659b45d196d5151a9727d4f96fca1d88eeea8281 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2113,9 +2113,6 @@
# Warns on switches on enums that cover all enum values but
# also contain a default: branch. Chrome is full of that.
'-Wno-covered-switch-default',
-
- # TODO(thakis): Reenable once http://webk.it/83920 is fixed.
- '-Wno-literal-conversion',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -2530,9 +2527,6 @@
# Warns on switches on enums that cover all enum values but
# also contain a default: branch. Chrome is full of that.
'-Wno-covered-switch-default',
-
- # TODO(thakis): Reenable once http://webk.it/83920 is fixed.
- '-Wno-literal-conversion',
],
}],
['clang==1 and clang_use_chrome_plugins==1', {
« 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