Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: squelch -Wunused-variable in non-icu builds
Silence the following compiler warning when building without ICU: ../src/node_config.cc:32:16: warning: unused variable 'env' [-Wunused-variable] Environment* env = Environment::GetCurrent(context); PR-URL: #6351 Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information