| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/23589/ EDIT(cjihrig): CI was yellow. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Is the explicit related to the _env fix?
Sorry, something went wrong.
Yes. After removing the unused constructor argument, you get the following warning: Zero-parameter constructors should not be marked explicit. |
Sorry, something went wrong.
|
Could we fast track this? If you agree please give a 👍 and if you disagree please remove the fast-track label. |
Sorry, something went wrong.
PR-URL: #28036 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #28036 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Removed in nodejs/node#28036; this patch can be removed when we update to v12.5.0
Removed in nodejs/node#28036; this patch can be removed when we update to v12.5.0
Removed in nodejs/node#28036; this patch can be removed when we update to v12.5.0
| Back | FazBrowse Home | New Git URL |
This fixes the following warning (and subsequent warnings that occurred from fixing the original warning):
../src/inspector/runtime_agent.h:26:16: warning: private field 'env_' is not used [-Wunused-private-field] Environment* env_; ^ 1 warning generated.Checklist