Skip to content

Commit

Permalink
fix(windows): ignore 4003 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 22, 2024
1 parent 6c8f7b8 commit 256c1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
},
'msvs_disabled_warnings': [
4003, # not enough arguments for function-like macro invocation 'min'
4309, # 'static_cast': truncation of constant value
4018, # signed/unsigned mismatch
4244, # conversion from 'type1' to 'type2', possible loss of data
Expand Down

0 comments on commit 256c1ca

Please sign in to comment.