clang/win: Disable -Wexit-time-destructors for now, 2nd try.
BUG=404525 TBR=hans@chromium.org Review URL: https://codereview.chromium.org/482733002 git-svn-id: http://src.chromium.org/svn/trunk/src/build@290252 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
6c603c1d3a
Коммит
accf653d46
|
@ -2936,7 +2936,8 @@
|
|||
['<(chromeos)==1 and >(nacl_untrusted_build)==0', {
|
||||
'defines': ['OS_CHROMEOS=1'],
|
||||
}],
|
||||
['enable_wexit_time_destructors==1', {
|
||||
['enable_wexit_time_destructors==1 and OS!="win"', {
|
||||
# TODO: Enable on Windows too, http://crbug.com/404525
|
||||
'variables': { 'clang_warning_flags': ['-Wexit-time-destructors']},
|
||||
}],
|
||||
['chromium_code==0', {
|
||||
|
@ -5406,7 +5407,6 @@
|
|||
'-Wno-unused-private-field',
|
||||
'-Wno-unused-value',
|
||||
'-Wno-unused-variable',
|
||||
'-Wno-exit-time-destructors', # TODO: http://crbug.com/404525
|
||||
'-ferror-limit=1',
|
||||
],
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче