Commit 59ab29ba authored by thakis@chromium.org's avatar thakis@chromium.org

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
parent f7cfdfa0
...@@ -2123,9 +2123,6 @@ ...@@ -2123,9 +2123,6 @@
# Warns on switches on enums that cover all enum values but # Warns on switches on enums that cover all enum values but
# also contain a default: branch. Chrome is full of that. # also contain a default: branch. Chrome is full of that.
'-Wno-covered-switch-default', '-Wno-covered-switch-default',
# TODO(thakis): Reenable once http://webk.it/83920 is fixed.
'-Wno-literal-conversion',
], ],
'cflags!': [ 'cflags!': [
# Clang doesn't seem to know know this flag. # Clang doesn't seem to know know this flag.
...@@ -2537,9 +2534,6 @@ ...@@ -2537,9 +2534,6 @@
# Warns on switches on enums that cover all enum values but # Warns on switches on enums that cover all enum values but
# also contain a default: branch. Chrome is full of that. # also contain a default: branch. Chrome is full of that.
'-Wno-covered-switch-default', '-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', { ['clang==1 and clang_use_chrome_plugins==1', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment