You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add node_enable_deprecated_declarations_warnings GN flag (nodejs#181)
* Add node_enable_deprecated_declarations_warnings GN flag
Warnings about using deprecated declarations were disabled by default
which made it hard to ensure that Node doesn't use V8's deprecated
Apis.
The flag allows enabling deprecated warnings and suppresses (hopefully)
known issues with using deprecated functionality in c-api.
The flag is off by default which preserves the existing behavior.
Drive-by: fix deps/openssl/unofficial.gni by exposing the required
OpenSSL compatibility level (OPENSSL_API_COMPAT) via public_configs.
0 commit comments