clang/win: Turn off Winconsistent-missing-override for now.
We can't fix all instances of this warning at the moment (because of gmock and because of blink apis, see bug). We've fixed many, but our bots still show almost 20k warnings due to this warning, most of them in v8. That's already fixed upstream, but v8 rolls don't happen often. Turn the warning off for now. BUG=428099 NOTRY=true Review URL: https://codereview.chromium.org/687343003 Cr-Original-Commit-Position: refs/heads/master@{#302356} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 42c03079517c6b0ea14b0427ccd276157b1bef45
This commit is contained in:
Родитель
057492ac63
Коммит
5f871496cf
|
@ -5573,6 +5573,7 @@
|
|||
'-Wno-unused-value',
|
||||
'-Wno-unused-variable',
|
||||
'-Wno-unused-local-typedef', # http://crbug.com/411648
|
||||
'-Wno-inconsistent-missing-override', #http://crbug.com/428099
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
|
Загрузка…
Ссылка в новой задаче