2025-11-26 04:10 ftp://ftp.de.debian.org/debian/pool/main/e/erlang-p1-iconv/erlang-p1-iconv_1.0.13.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 -j4 platform: Linux-6.12.57+deb13-amd64-x86_64-with-glibc2.41 python: 3.13.5 client-version: 1.3.67 compiler: g++ (Debian 14.2.0-19) 14.2.0 cppcheck: head 2.18.0 head-info: 796b181 (2025-11-25 16:14:10 +0100) count: 2 2 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: iconv-1.0.13/c_src/iconv.c:51:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iconv_t [valueFlowBailoutIncompleteVar] iconv-1.0.13/c_src/iconv.c:25:28: style: Parameter 'env' can be declared as pointer to const. However it seems that 'load' is a callback function, if 'env' is declared with const you might also need to cast function pointer(s). [constParameterCallback] iconv-1.0.13/c_src/iconv.c:122:32: note: You might need to cast the function pointer here iconv-1.0.13/c_src/iconv.c:25:28: note: Parameter 'env' can be declared as pointer to const diff: DONE