Skip to content

sync: from linuxdeepin/qt5platform-plugins #9

sync: from linuxdeepin/qt5platform-plugins

sync: from linuxdeepin/qt5platform-plugins #9

Triggered via pull request November 6, 2023 09:23
Status Success
Total duration 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: xcb/utility_x11.cpp#L705
C-style pointer casting detected. C++ offers four different kinds of casts as replacements: static_cast, const_cast, dynamic_cast and reinterpret_cast. A C-style cast could evaluate to any of those automatically, thus it is considered safer if the programmer explicitly states which kind of cast is expected. See also: https://www.securecoding.cert.org/confluence/display/cplusplus/EXP05-CPP.+Do+not+use+C-style+casts.
cppcheck: xcb/utility_x11.cpp#L733
Skipping configuration 'Q_XCB_CALL2' since the value of 'Q_XCB_CALL2' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
cppcheck: xcb/utility_x11.cpp#L753
Skipping configuration 'Q_XCB_CALL2' since the value of 'Q_XCB_CALL2' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.