Upgrade zeromq-src
to 0.3
#386
Open
Annotations
8 errors and 11 warnings
Cargo clippy:
src/message.rs#L169
casting to the same type is unnecessary (`usize` -> `usize`)
|
Cargo clippy:
src/message.rs#L189
casting to the same type is unnecessary (`usize` -> `usize`)
|
Cargo clippy:
src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy:
src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy:
src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy:
src/lib.rs#L445
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy
could not compile `zmq` (lib) due to 6 previous errors
|
Cargo clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Cargo clippy
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/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*)’:
|
Cargo clippy
502 | stats_proxy stats = {0};
|
Cargo clippy
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
|
Cargo clippy
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
|
Cargo clippy
458 | if (_active) {
|
Cargo clippy
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp:463:9: note: here
|
Cargo clippy
| ^~~~
|
Cargo clippy
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
|
Cargo clippy
| ~~~~~~~~~~~~~~~~^~~~~~
|
Cargo clippy
1356 | int nitems_,
|
The logs for this run have expired and are no longer available.
Loading