Re: [PATCH v3 2/2] tool/libs/light: Fix libxenlight gcc warning
On Wed, Oct 07, 2020 at 02:57:02PM +0100, Bertrand Marquis wrote: > Fix gcc10 compilation warning about uninitialized variable by setting > it to 0. > > Signed-off-by: Bertrand Marquis Applied.
[PATCH v3 2/2] tool/libs/light: Fix libxenlight gcc warning
Fix gcc10 compilation warning about uninitialized variable by setting it to 0. Signed-off-by: Bertrand Marquis --- Changes in v3: Rebase --- tools/libs/light/libxl_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/light/libxl_mem.c b/tools/libs/light/libxl_mem.