Skip to content

fix: Remove vendored boost file to compile with boost 1.87. #1949

fix: Remove vendored boost file to compile with boost 1.87.

fix: Remove vendored boost file to compile with boost 1.87. #1949

Triggered via pull request December 19, 2024 23:56
Status Success
Total duration 3m 14s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
/libs/internal/src/events/request_worker.cpp:6:59 [performance-unnecessary-value-param]: libs/internal/src/events/request_worker.cpp#L6
the parameter 'io' is copied for each invocation but only used as a const reference; consider making it a const reference
/libs/internal/src/events/request_worker.cpp:10:64 [performance-unnecessary-value-param]: libs/internal/src/events/request_worker.cpp#L10
the parameter 'tls_options' is copied for each invocation but only used as a const reference; consider making it a const reference
/libs/internal/src/events/request_worker.cpp:12:14 [performance-move-const-arg]: libs/internal/src/events/request_worker.cpp#L12
passing result of std::move() as a const reference argument; no move will actually happen
/libs/internal/src/events/request_worker.cpp:54:54 [performance-unnecessary-value-param]: libs/internal/src/events/request_worker.cpp#L54
the parameter 'callback' is copied for each invocation but only used as a const reference; consider making it a const reference