BUG=113085
TBR=hans

Review URL: https://chromiumcodereview.appspot.com/10917180

git-svn-id: http://src.chromium.org/svn/trunk/src/build@155953 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thakis@chromium.org 2012-09-11 05:53:02 +00:00
Родитель 81c4ba7373
Коммит 038fef6d1b
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -2367,6 +2367,9 @@
# 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): Remove this.
'-Wno-implicit-conversion-floating-point-to-bool',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@ -2872,6 +2875,9 @@
# 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): Remove this.
'-Wno-implicit-conversion-floating-point-to-bool',
],
}],
['clang==1 and clang_use_chrome_plugins==1', {