Use a different way to silence clang analyzer as done in r245494 by
explicitly telling the compiler that we are on the exit route. X-MFC: together with r245494
This commit is contained in:
parent
486beae0a6
commit
f3de285bbf
@ -141,6 +141,5 @@ main(int argc, char *argv[])
|
||||
nleft -= n;
|
||||
}
|
||||
|
||||
free(e);
|
||||
return 0;
|
||||
exit(EX_OK);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user