Commit 0defdc30 authored by kozyatinskiy's avatar kozyatinskiy Committed by Commit bot

[inspector] removed build flags for compilation warnings

All warnings were fixed. MSVS builds V8 with inspector without warnings.

BUG=chromium:635948
R=jochen@chromium.org

Review-Url: https://codereview.chromium.org/2364473003
Cr-Commit-Position: refs/heads/master@{#39734}
parent 7617705d
......@@ -1748,15 +1748,6 @@
'inspector/inspector.gyp:inspector_injected_script',
'inspector/inspector.gyp:inspector_debugger_script',
],
# TODO(dgozman): fix these warnings and enable them.
'msvs_disabled_warnings': [
4305, # Truncation from 'type1' to 'type2'.
4324, # Struct padded due to declspec(align).
4714, # Function marked forceinline not inlined.
4800, # Value forced to bool.
],
'cflags': [
],
}],
['OS=="win" and v8_enable_i18n_support==1', {
'dependencies': [
......
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