g; qemu-triv...@nongnu.org
> Cc: peter.mayd...@linaro.org; Zhanghailiang
> ; ganqixin ;
> Chenqun (kuhn)
> Subject: [PATCH v2 0/5] fix uninitialized variable warning
>
> Hi all,
> There are some variables initialized warnings reported by the GCC_9.3
> compiler.
> This
Hi all,
There are some variables initialized warnings reported by the GCC_9.3
compiler.
This serial has added some default values or changed the assignment places for
the variablies to fix them.
v1->v2:
--patch1: Drop it base on Max Filippov comment.
--patch2->patch1: Add Marcel Apfelbaum and