Turns warnings into errors when testing for flag #115
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp: In function ‘int zmq::proxy_steerable(zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*)’:
|
[email protected]: 502 | stats_proxy stats = {0};
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
|
[email protected]: 458 | if (_active) {
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp:463:9: note: here
|
[email protected]: | ^~~~
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
|
[email protected]: | ~~~~~~~~~~~~~~~~^~~~~~
|
[email protected]: 1356 | int nitems_,
|
This job succeeded
Loading