Skip to content

fix: Remove vendored boost file to compile with boost 1.87. (#471) #1952

fix: Remove vendored boost file to compile with boost 1.87. (#471)

fix: Remove vendored boost file to compile with boost 1.87. (#471) #1952

Triggered via push December 20, 2024 18:43
Status Success
Total duration 2m 58s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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