Commit 25c0501c authored by yangguo's avatar yangguo Committed by Commit bot

[inspector] fix GYP/MSVS build warnings.

R=machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2206943002
Cr-Commit-Position: refs/heads/master@{#38278}
parent 2f8d4f44
......@@ -73,6 +73,14 @@
'defines': [
'V8_INSPECTOR_USE_STL',
],
'msvs_disabled_warnings': [
4267, # Truncation from size_t to int.
4305, # Truncation from 'type1' to 'type2'.
4324, # Struct padded due to declspec(align).
4714, # Function marked forceinline not inlined.
4800, # Value forced to bool.
4996, # Deprecated function call.
],
'sources': [
'<@(protocol_sources)',
'<(protocol_path)/Allocator.h',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment