Task #1339 - added.err

back to task #1339
download
Error: CPPCHECK_WARNING:
xz-5.6.2-build/xz-5.6.2/src/liblzma/simple/riscv.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
xz-5.6.2-build/xz-5.6.2/src/xz/coder.c:653:28: warning[core.UndefinedBinaryOperatorResult]: The left operand of '<=' is a garbage value
#  651|   
#  652|   		// Skip chains that already meet the memory usage limit.
#  653|-> 		if (encoder_memusages[i] <=  memory_limit)
#  654|   			continue;
#  655|