| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Currently the following warning is generated by when building the
cctests:
../test/cctest/test_node_postmortem_metadata.cc:133:13:
warning: unused variable 'it' [-Wunused-variable]
for (auto it : *(*env)->req_wrap_queue()) {}
^
1 warning generated.
This commmit adds a cast to void to suppres the warning.
Sorry, something went wrong.
|
@cjihrig It is, sorry about that. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently the following warning is generated by when building the
cctests:
This commmit adds a cast to void to suppres the warning.
Checklist
Affected core subsystem(s)
test