Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(check_memory): fix warnings reported by clang
check_memory.c:130:9: warning: Value stored to 'perfdata_memavailable_msg' during its initialization is never read [deadcode.DeadStores] 130 | *perfdata_memavailable_msg = "", | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~ check_memory.c:131:9: warning: Value stored to 'perfdata_memused_msg' during its initialization is never read [deadcode.DeadStores] 131 | *perfdata_memused_msg = ""; | ^~~~~~~~~~~~~~~~~~~~ ~~ Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information