Task #118952 - added.err

back to task #118952
download
Error: COMPILER_WARNING (CWE-1164):
ima-evm-utils-1.6.2/src/evmctl.c:1406:12: warning[-Wunused-function]: ‘cmd_hmac_evm’ defined but not used
# 1406 | static int cmd_hmac_evm(struct command *cmd)
#      |            ^~~~~~~~~~~~
# 1404|   }
# 1405|   
# 1406|-> static int cmd_hmac_evm(struct command *cmd)
# 1407|   {
# 1408|   	const char *key, *file = g_argv[optind++];