2026-07-28 17:26 ftp://ftp.de.debian.org/debian/pool/main/r/r-bioc-biocneighbors/r-bioc-biocneighbors_2.0.1+ds.orig.tar.xz 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 -j16 platform: Linux-7.0.0-28-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.4.0 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0 cppcheck: head 2.21.0 head-info: bc88bec (2026-07-28 13:47:08 +0200) count: 22 22 elapsed-time: 0.2 0.1 head-timing-info: old-timing-info: head results: BiocNeighbors/src/RcppExports.cpp:24:1: error: There is an unknown macro here somewhere. Configuration is required. If END_RCPP is a macro then please configure it. [unknownMacro] BiocNeighbors/src/annoy.cpp:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] BiocNeighbors/src/exhaustive.cpp:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] BiocNeighbors/src/hnsw.cpp:48:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] BiocNeighbors/src/kmknn.cpp:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] BiocNeighbors/src/annoy.cpp:43:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] BiocNeighbors/src/exhaustive.cpp:27:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] BiocNeighbors/src/annoy.cpp:18:67: performance: Function parameter 'distance' should be passed by const reference. [passedByValue] BiocNeighbors/src/exhaustive.cpp:6:37: performance: Function parameter 'distance' should be passed by const reference. [passedByValue] BiocNeighbors/src/vptree.cpp:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable R_NilValue [valueFlowBailoutIncompleteVar] BiocNeighbors/src/hnsw.cpp:48:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] BiocNeighbors/src/kmknn.cpp:27:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] BiocNeighbors/src/vptree.cpp:27:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] BiocNeighbors/src/hnsw.cpp:20:76: performance: Function parameter 'distance' should be passed by const reference. [passedByValue] BiocNeighbors/src/kmknn.cpp:6:32: performance: Function parameter 'distance' should be passed by const reference. [passedByValue] BiocNeighbors/src/vptree.cpp:6:33: performance: Function parameter 'distance' should be passed by const reference. [passedByValue] BiocNeighbors/src/generics.cpp:78:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] BiocNeighbors/src/generics.cpp:171:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] BiocNeighbors/src/generics.cpp:324:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] BiocNeighbors/src/generics.cpp:389:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] BiocNeighbors/src/generics.cpp:449:27: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] BiocNeighbors/src/generics.cpp:546:27: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] diff: DONE