Skip to content

Commit

Permalink
build: disable pointer truncation warnings
Browse files Browse the repository at this point in the history
The errors originate in libiconv and are not under node-iconv's
control.

Fixes: #174
  • Loading branch information
bnoordhuis committed Oct 1, 2021
1 parent 6a5944b commit 5086c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Expand Up @@ -28,6 +28,7 @@
'4090', # Const/non-const mismatch.
'4244', # Narrowing cast.
'4267', # Narrowing cast.
'4311', # https://github.com/bnoordhuis/node-iconv/issues/174
],
},
},
Expand Down

0 comments on commit 5086c85

Please sign in to comment.