2025-04-03 22:55 ftp://ftp.de.debian.org/debian/pool/main/z/zthreads/zthreads_2.3.2.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --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 -j1 platform: Linux-6.8.0-57-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.66 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: 610386c (2025-04-03 20:19:17 +0200) count: 49 46 elapsed-time: 0.4 0.3 head-timing-info: old-timing-info: head results: ZThread-2.3.2/src/FastLock.h:68:0: error: #error "No FastLock implementation could be selected" [preprocessorErrorDirective] ZThread-2.3.2/src/FastLock.h:68:2: error: #error "No FastLock implementation could be selected" [preprocessorErrorDirective] ZThread-2.3.2/src/Monitor.h:57:0: error: #error "No Monitor implementation could be selected" [preprocessorErrorDirective] ZThread-2.3.2/src/Monitor.h:57:2: error: #error "No Monitor implementation could be selected" [preprocessorErrorDirective] ZThread-2.3.2/src/SynchronousExecutor.cxx:35:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _lock [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/SynchronousExecutor.cxx:42:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _lock [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/SynchronousExecutor.cxx:54:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _canceled [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/SynchronousExecutor.cxx:72:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _lock [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/SynchronousExecutor.cxx:84:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _lock [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/SynchronousExecutor.cxx:59:8: warning: Identical condition '_canceled', second condition is always false [identicalConditionAfterEarlyExit] ZThread-2.3.2/src/SynchronousExecutor.cxx:54:8: note: If condition '_canceled' is true, the function will return/exit ZThread-2.3.2/src/SynchronousExecutor.cxx:59:8: note: Testing identical condition '_canceled' ZThread-2.3.2/src/ThreadOps.h:64:0: error: #error "No ThreadOps implementation could be selected" [preprocessorErrorDirective] ZThread-2.3.2/src/ThreadOps.h:64:2: error: #error "No ThreadOps implementation could be selected" [preprocessorErrorDirective] ZThread-2.3.2/src/Time.cxx:40:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _seconds [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/linux/AtomicCount.cxx:49:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/linux/AtomicCount.cxx:55:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/linux/AtomicCount.cxx:61:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/linux/AtomicCount.cxx:67:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/macos/ThreadOps.cxx:34:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/macos/ThreadOps.cxx:44:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/macos/ThreadOps.cxx:58:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/macos/ThreadOps.cxx:83:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/macos/ThreadOps.cxx:96:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/macos/ThreadOps.h:52:3: style: Class 'ThreadOps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ZThread-2.3.2/src/macos/ThreadOps.cxx:73:56: style: Parameter 'p' can be declared as reference to const [constParameterReference] ZThread-2.3.2/src/macos/ThreadOps.cxx:69:40: style: Parameter 'impl' can be declared as pointer to const [constParameterPointer] ZThread-2.3.2/src/macos/ThreadOps.cxx:73:40: style: Parameter 'impl' can be declared as pointer to const [constParameterPointer] ZThread-2.3.2/src/posix/ThreadOps.cxx:47:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/posix/ThreadOps.cxx:87:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCHED_OTHER [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/posix/ThreadOps.cxx:104:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCHED_OTHER [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/posix/ThreadOps.h:53:3: style: Class 'ThreadOps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ZThread-2.3.2/src/posix/ThreadOps.cxx:140:16: style: C-style pointer casting [cstyleCast] ZThread-2.3.2/src/win32/AtomicCount.cxx:34:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/AtomicCount.cxx:40:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/AtomicCount.cxx:47:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/AtomicCount.cxx:53:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/ThreadOps.cxx:46:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OSVERSIONINFO [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/ThreadOps.cxx:82:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WAIT_OBJECT_0 [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/ThreadOps.cxx:114:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THREAD_PRIORITY_BELOW_NORMAL [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/ThreadOps.cxx:148:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Low [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/ThreadOps.cxx:171:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPTHREAD_START_ROUTINE [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win32/ThreadOps.h:49:10: style:inconclusive: Member variable 'ThreadOps::_hThread' is in the wrong place in the initializer list. [initializerList] ZThread-2.3.2/src/win32/ThreadOps.h:61:26: note: Member variable 'ThreadOps::_hThread' is in the wrong place in the initializer list. ZThread-2.3.2/src/win32/ThreadOps.h:49:10: note: Member variable 'ThreadOps::_hThread' is in the wrong place in the initializer list. ZThread-2.3.2/src/win32/ThreadOps.h:52:3: style: Class 'ThreadOps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ZThread-2.3.2/src/win32/ThreadOps.cxx:171:78: style: C-style pointer casting [cstyleCast] ZThread-2.3.2/src/win9x/AtomicCount.cxx:43:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win9x/AtomicCount.cxx:50:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win9x/AtomicCount.cxx:60:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win9x/AtomicCount.cxx:74:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win9x/AtomicCount.cxx:88:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] ZThread-2.3.2/src/win9x/AtomicCount.cxx:102:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _value [valueFlowBailoutIncompleteVar] diff: head ZThread-2.3.2/src/FastLock.h:68:2: error: #error "No FastLock implementation could be selected" [preprocessorErrorDirective] head ZThread-2.3.2/src/Monitor.h:57:2: error: #error "No Monitor implementation could be selected" [preprocessorErrorDirective] head ZThread-2.3.2/src/ThreadOps.h:64:2: error: #error "No ThreadOps implementation could be selected" [preprocessorErrorDirective] DONE