2022-06-26 08:24 ftp://ftp.de.debian.org/debian/pool/main/a/asmjit/asmjit_0.0~git20211214.2a706fd.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j6 platform: Linux-5.4.0-121-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 242afc389 (2022-06-25 21:42:55 +0200) count: 6 6 elapsed-time: 331.2 365.4 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: asmjit-0.0~git20211214.2a706fd/src/asmjit/core/string.h:30:1: error: There is an unknown macro here somewhere. Configuration is required. If ASMJIT_DEFINE_ENUM_FLAGS is a macro then please configure it. [unknownMacro] asmjit-0.0~git20211214.2a706fd/test/asmjit_test_assembler.h:34:8: performance:inconclusive: Technically the member function 'AssemblerTester::printHeader' can be static (but you may consider moving to unnamed namespace). [functionStatic] asmjit-0.0~git20211214.2a706fd/test/asmjit_test_compiler.h:70:7: performance:inconclusive: Technically the member function 'TestApp::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] asmjit-0.0~git20211214.2a706fd/test/asmjit_test_compiler.cpp:64:14: note: Technically the member function 'TestApp::run' can be static (but you may consider moving to unnamed namespace). asmjit-0.0~git20211214.2a706fd/test/asmjit_test_compiler.h:70:7: note: Technically the member function 'TestApp::run' can be static (but you may consider moving to unnamed namespace). asmjit-0.0~git20211214.2a706fd/test/broken.cpp:105:17: style: Variable 'global' can be declared as reference to const [constVariable] asmjit-0.0~git20211214.2a706fd/test/asmjit_test_assembler.h:34:8: performance:inconclusive: Technically the member function 'AssemblerTester < x86 :: Assembler >::printHeader' can be static (but you may consider moving to unnamed namespace). [functionStatic] asmjit-0.0~git20211214.2a706fd/test/asmjit_test_assembler.h:34:8: performance:inconclusive: Technically the member function 'AssemblerTester < Assembler >::printHeader' can be static (but you may consider moving to unnamed namespace). [functionStatic] diff: head asmjit-0.0~git20211214.2a706fd/test/broken.cpp:105:17: style: Variable 'global' can be declared as reference to const [constVariable] 2.8 asmjit-0.0~git20211214.2a706fd/test/broken.cpp:105:17: style: Variable 'global' can be declared with const [constVariable] DONE