Skip to content

Commit

Permalink
build,win: silence MSVC warning C4129 for V8
Browse files Browse the repository at this point in the history
Currently we get 13,799 of those per build

PR-URL: #27017
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
refack committed Mar 31, 2019
1 parent 20c3ac2 commit d379e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/v8_gypfiles/toolchain.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@
}, # configurations
'cflags!': [ '-Wall', '-Wextra' ],
'msvs_disabled_warnings': [
4129, # unrecognized character escape sequence (torque-generated)
4245, # Conversion with signed/unsigned mismatch.
4267, # Conversion with possible loss of data.
4324, # Padding structure due to alignment.
Expand Down

0 comments on commit d379e45

Please sign in to comment.