LineIdCWESeverityMessage
unmatchedSuppressioninformationUnmatched suppression: preprocessorErrorDirective
unmatchedSuppressioninformationUnmatched suppression: preprocessorErrorDirective
/builds/pid/utils/pid-daemonize/apps/daemon-launcher/demon_launcher.cpp
3missingIncludeSysteminformationInclude file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/pid/utils/pid-daemonize/apps/long-running-process/main.cpp
1missingIncludeSysteminformationInclude file: <thread> not found. Please note: Cppcheck does not need standard library headers to get proper results.
2missingIncludeSysteminformationInclude file: <chrono> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/pid/utils/pid-daemonize/binaries/pid-workspace/install/*
unmatchedSuppressioninformationUnmatched suppression: *
unmatchedSuppressioninformationUnmatched suppression: *
/builds/pid/utils/pid-daemonize/include/daemonize/pid/daemonize.h
14missingIncludeSysteminformationInclude file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
15missingIncludeSysteminformationInclude file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results.
16missingIncludeSysteminformationInclude file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results.
17missingIncludeSysteminformationInclude file: <chrono> not found. Please note: Cppcheck does not need standard library headers to get proper results.
18missingIncludeSysteminformationInclude file: <functional> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/pid/utils/pid-daemonize/src/daemonize/daemonize.cpp
66useStlAlgorithm398styleConsider using std::transform algorithm instead of a raw loop.
159shadowFunction398styleLocal variable 'is_alive' shadows outer function