criu/compel/src
Adrian Reber 7db0bb69e7 infect: initialize struct to avoid CLANG_WARNING
Using scan-build there is a warning about

 infect.c:231:17: warning: The left operand of '!=' is a garbage value
                 if (ss->state != 'Z') {

which is a false positive as every process will have a 'Status' field,
but initializing the structure makes the clang analyzer silent.

Signed-off-by: Adrian Reber <areber@redhat.com>
2021-09-03 10:31:00 -07:00
..
lib infect: initialize struct to avoid CLANG_WARNING 2021-09-03 10:31:00 -07:00
main-host.c compel: Build host program 2017-03-14 23:58:10 +03:00
main.c mips:compel: Enable mips in compel/ 2020-10-20 00:18:24 -07:00