Unused value
An assigned value that is never used may represent unnecessary computation, an incorrect algorithm, or possibly the need for cleanup or refactoring. A value assigned to a variable is never used.
/src/utilities/util_main.c:309: UNUSED_VALUE 120336 Assigning value from "secretkey" to "config" here, but that stored value is not used.