Re: [PATCH v2] defxx: fix build warning

From: Maciej W. Rozycki
Date: Mon Jan 25 2016 - 10:27:08 EST


On Mon, 25 Jan 2016, Sudip Mukherjee wrote:

> We are getting many build warnings about:
> 'bar_start' may be used uninitialized
> and
> 'bar_len' may be used uninitialized
>
> They are not actually uninitialized as dfx_get_bars() will initialize
> them properly. But still lets have them initialized just to satisfy the
> compiler (gcc 4.8.2).
>
> Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>
> ---

Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx>

Thanks,

Maciej