We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47189 commit b64b223Copy full SHA for b64b223
deps/v8/gypfiles/toolchain.gypi
@@ -1395,6 +1395,7 @@
1395
}, # configurations
1396
'cflags': [ '-Wno-type-limits', ],
1397
'msvs_disabled_warnings': [
1398
+ 4129, # unrecognized character escape sequence (torque-generated)
1399
4245, # Conversion with signed/unsigned mismatch.
1400
4267, # Conversion with possible loss of data.
1401
4324, # Padding structure due to alignment.
0 commit comments