Josh Stone <[email protected]> writes:

> With CFLAGS='-Og -g', F21 gcc hits -Werror=maybe-uninitialized in
> read_encoded_value at "*result += value".  It's fine with -O2/-O0.
>
> By my inspection, the only way those don't set value are for error
> cases, which will then return immediately.

Looks good to me.  I don't see how we could end up using value
uninitialized either, but oh well.

Thanks,
Petr

Reply via email to