2026-05-01 19:02 ftp://ftp.de.debian.org/debian/pool/main/e/explosive-c4/explosive-c4_1.3.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j6 platform: Linux-7.0.3+deb14-amd64-x86_64-with-glibc2.42 python: 3.13.12 client-version: 1.4.0 compiler: g++ (Debian 15.2.0-17) 15.2.0 cppcheck: head 2.20.0 head-info: e5c4a734 (2026-05-01 11:10:43 +0200) count: 12 9 elapsed-time: 0.1 0.0 head-timing-info: old-timing-info: head results: explosive-c4/src/board.h:44:5: style: Class 'Board' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] explosive-c4/src/boardwidget.h:38:5: style: Class 'BoardWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] explosive-c4/src/boardwidget.cpp:54:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] explosive-c4/src/boardwidget.cpp:166:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] explosive-c4/src/board.cpp:301:15: style:inconclusive: Either there is a missing 'override', or the member function 'Board::get_content' can be const. [functionConst] explosive-c4/src/board.h:49:12: note: Either there is a missing 'override', or the member function 'Board::get_content' can be const. explosive-c4/src/board.cpp:301:15: note: Either there is a missing 'override', or the member function 'Board::get_content' can be const. explosive-c4/src/board.cpp:260:17: style:inconclusive: Either there is a missing 'override', or the member function 'Board::get_turn' can be const. [functionConst] explosive-c4/src/board.h:50:14: note: Either there is a missing 'override', or the member function 'Board::get_turn' can be const. explosive-c4/src/board.cpp:260:17: note: Either there is a missing 'override', or the member function 'Board::get_turn' can be const. explosive-c4/src/board.cpp:312:12: style:inconclusive: Either there is a missing 'override', or the member function 'Board::get_last_column_played' can be const. [functionConst] explosive-c4/src/board.h:51:9: note: Either there is a missing 'override', or the member function 'Board::get_last_column_played' can be const. explosive-c4/src/board.cpp:312:12: note: Either there is a missing 'override', or the member function 'Board::get_last_column_played' can be const. explosive-c4/src/board.cpp:96:12: style:inconclusive: Either there is a missing 'override', or the member function 'Board::free_slot' can be const. [functionConst] explosive-c4/src/board.h:67:9: note: Either there is a missing 'override', or the member function 'Board::free_slot' can be const. explosive-c4/src/board.cpp:96:12: note: Either there is a missing 'override', or the member function 'Board::free_slot' can be const. explosive-c4/src/boardai.cpp:208:13: style: The scope of the variable 'c' can be reduced. [variableScope] explosive-c4/src/boardwidget.cpp:48:40: style:inconclusive: Function 'BoardWidget' argument 1 names different: declaration '' definition 'board_type'. [funcArgNamesDifferentUnnamed] explosive-c4/src/boardwidget.cpp:130:44: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'p'. [funcArgNamesDifferentUnnamed] explosive-c4/src/boardwidget.cpp:210:48: style:inconclusive: Function 'mousePressEvent' argument 1 names different: declaration '' definition 'ev'. [funcArgNamesDifferentUnnamed] diff: head explosive-c4/src/boardwidget.cpp:130:44: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'p'. [funcArgNamesDifferentUnnamed] head explosive-c4/src/boardwidget.cpp:210:48: style:inconclusive: Function 'mousePressEvent' argument 1 names different: declaration '' definition 'ev'. [funcArgNamesDifferentUnnamed] head explosive-c4/src/boardwidget.cpp:48:40: style:inconclusive: Function 'BoardWidget' argument 1 names different: declaration '' definition 'board_type'. [funcArgNamesDifferentUnnamed] DONE