summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-16 19:30:55 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-16 19:30:55 +0000
commit59ab29bada3c148adcff22c815cd5b27784dcc39 (patch)
tree25614ef0775aee52bb6d972269dc0fff0673b953 /build
parentf7cfdfa0269664242ad4dc5e08651815d82a8dc1 (diff)
downloadchromium_src-59ab29bada3c148adcff22c815cd5b27784dcc39.zip
chromium_src-59ab29bada3c148adcff22c815cd5b27784dcc39.tar.gz
chromium_src-59ab29bada3c148adcff22c815cd5b27784dcc39.tar.bz2
clang: Remove -Wno-literal-conversion
BUG=none TEST=none Review URL: http://codereview.chromium.org/10097003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 4a8227b..7001af3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2123,9 +2123,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.
@@ -2537,9 +2534,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', {