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.
/test/format/backup.c:66: UNUSED_VALUE 121105 Assigning value "0" to "ret" here, but that stored value is not used.