clang: Disable -Wuninitialized for now.

Hopefully it can be turned on again soon.

BUG=71375
TEST=none

Review URL: http://codereview.chromium.org/6386024

git-svn-id: http://src.chromium.org/svn/trunk/src/build@73151 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thakis@chromium.org 2011-01-31 16:21:36 +00:00
Родитель 84659a63de
Коммит 8c96103648
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1165,6 +1165,8 @@
# http://code.google.com/p/googletest/source/detail?r=446 .
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ).
'-Wno-unnamed-type-template-args',
# TODO(thakis): Reenable, http://crbug.com/71375
'-Wno-uninitialized',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@ -1287,6 +1289,8 @@
# http://code.google.com/p/googletest/source/detail?r=446 .
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ).
'-Wno-unnamed-type-template-args',
# TODO(thakis): Reenable, http://crbug.com/71375
'-Wno-uninitialized',
],
}],
['clang==1 and clang_load!="" and clang_add_plugin!=""', {