intel / ipmctl

BSD 3-Clause "New" or "Revised" License
184 stars 62 forks source link

compilation failure with gcc 12 #192

Open anujm1 opened 2 years ago

anujm1 commented 2 years ago

| /ipmctl/03.00.00.0438-r0/git/DcpmPkg/cli/NvmDimmCli.c: In function 'showHelp': | /ipmctl/03.00.00.0438-r0/git/DcpmPkg/cli/NvmDimmCli.c:1031:24: error: the comparison will always evaluate as 'true' for the address of 'options' will never be NULL [-Werror=address] | 1031 | (pCmd->options != NULL)) { | | ^~ | compilation terminated due to -Wfatal-errors. | cc1: all warnings being treated as errors