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:
Родитель
84659a63de
Коммит
8c96103648
|
@ -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!=""', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче