@ -69,7 +69,7 @@ static int ListInit(int List, int ItemSize)
if(0!=ItemSize){
/* create dummy head node
*/
Fortify_CheckAllMemory();
(void)Fortify_CheckAllMemory();
Tmp=NODE_MALLOC(List);
if(NULL==Tmp){
returnERR_MEMORY;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.