[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:
yangguo 2016-08-04 08:39:50 -07:00 committed by Commit bot
parent 03f5124822
commit b96823ff29

View File

@ -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"', {