[inspector] suppress build warnings on windows/clang
R=machenbach@chromium.org,thakis@chromium.org BUG=v8:5258 Review-Url: https://codereview.chromium.org/2206983002 Cr-Commit-Position: refs/heads/master@{#38343}
This commit is contained in:
parent
03f5124822
commit
b96823ff29
@ -453,6 +453,8 @@
|
|||||||
'clang_warning_flags': [
|
'clang_warning_flags': [
|
||||||
# TODO(thakis): https://crbug.com/604888
|
# TODO(thakis): https://crbug.com/604888
|
||||||
'-Wno-undefined-var-template',
|
'-Wno-undefined-var-template',
|
||||||
|
# TODO(yangguo): issue 5258
|
||||||
|
'-Wno-nonportable-include-path',
|
||||||
],
|
],
|
||||||
'conditions':[
|
'conditions':[
|
||||||
['OS=="android"', {
|
['OS=="android"', {
|
||||||
|
Loading…
Reference in New Issue
Block a user