|
| unmatchedSuppression | | information | Unmatched suppression: preprocessorErrorDirective |
| unmatchedSuppression | | information | Unmatched suppression: preprocessorErrorDirective |
| /builds/pid/utils/pid-daemonize/apps/daemon-launcher/demon_launcher.cpp |
| 3 | missingIncludeSystem | | information | Include 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 |
| 1 | missingIncludeSystem | | information | Include file: <thread> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 2 | missingIncludeSystem | | information | Include 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/* |
| unmatchedSuppression | | information | Unmatched suppression: * |
| unmatchedSuppression | | information | Unmatched suppression: * |
| /builds/pid/utils/pid-daemonize/include/daemonize/pid/daemonize.h |
| 14 | missingIncludeSystem | | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 15 | missingIncludeSystem | | information | Include file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 16 | missingIncludeSystem | | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 17 | missingIncludeSystem | | information | Include file: <chrono> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 18 | missingIncludeSystem | | information | Include 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 |
| 66 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 159 | shadowFunction | 398 | style | Local variable 'is_alive' shadows outer function |