Skip to content

sync: from linuxdeepin/dtkgui #12

sync: from linuxdeepin/dtkgui

sync: from linuxdeepin/dtkgui #12

Triggered via pull request December 8, 2023 09:15
Status Success
Total duration 58s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
cppcheck: src/wayland/dcontextshellwindow.cpp#L68
Variable 'xcbWindow' is assigned a value that is never used.
cppcheck: src/wayland/dcontextshellwindow.cpp#L88
The function 'qmlAttachedProperties' is never used.
cppcheck: src/wayland/dcontextshellwindow.h#L37
Class 'DContextShellWindow' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
cppcheck: src/wayland/qwaylandpersonalizationshellintegration.cpp#L24
The function 'createShellSurface' is never used.