node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

fix: enable and fix type-casting warnings

Open rzhao271 opened this issue 1 year ago • 1 comments

While using Binskim to scan native node modules for VS Code, I learned that native node modules have type-casting warnings disabled by default.

This PR re-enables those warnings and fixes them.

The downstream PR, https://github.com/microsoft/vscode-node-sqlite3/pull/32, has some comments on the sqlite3_bind_* changes.

rzhao271 avatar Mar 03 '23 20:03 rzhao271