Skip to content

fix some compile warnings and bitwise operators #446

fix some compile warnings and bitwise operators

fix some compile warnings and bitwise operators #446

Triggered via pull request December 31, 2025 11:20
Status Success
Total duration 18m 35s
Artifacts

build-linux-clazy.yml

on: pull_request
Matrix: build-linux-clazy
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build-linux-clazy (ubuntu-24.04): ronchicomparedialog.cpp#L10
Missing reference on large type (sizeof const class QString is 24 bytes) [-Wclazy-function-args-by-ref]
build-linux-clazy (ubuntu-24.04): ronchicomparedialog.cpp#L9
Missing reference on large type (sizeof const class QString is 24 bytes) [-Wclazy-function-args-by-ref]
build-linux-clazy (ubuntu-24.04): foucaultview.cpp#L494
captured local variable by reference might go out of scope before lambda is called [-Wclazy-lambda-in-connect]
build-linux-clazy (ubuntu-24.04): foucaultview.cpp#L494
Pass a context object as 3rd connect parameter [-Wclazy-connect-3arg-lambda]
build-linux-clazy (ubuntu-24.04): autoinvertdlg.cpp#L57
unused parameter 'checked' [-Wunused-parameter]