fix c++11 detection on older gcc (#47) #122
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 use a deprecated Node.js version 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/
|
Cargo test
testcrate@0.1.0: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'bytes' initializer [-Wmissing-field-initializers]
|
Cargo test
testcrate@0.1.0: ^
|
Cargo test
testcrate@0.1.0: stats_proxy stats = {0};
|
Cargo test
testcrate@0.1.0: {}
|
Cargo test
testcrate@0.1.0: stats_proxy stats = {0};
|
Cargo test
testcrate@0.1.0: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:26: warning: suggest braces around initialization of subobject [-Wmissing-braces]
|
Cargo test
testcrate@0.1.0: ^
|
Cargo test
testcrate@0.1.0: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'backend' initializer [-Wmissing-field-initializers]
|
Cargo test
testcrate@0.1.0: ^
|
Cargo test
testcrate@0.1.0: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
|
Loading