On 12/17/20 3:53 AM, Laine Stump wrote:
On 12/16/20 4:13 PM, Michal Privoznik wrote:
> Our parser code relies on the fact that
> VIR_LXC_DOMAIN_NAMESPACE_SOURCE_NONE has value of zero and thus
> uses g_new0(). But strictly speaking, this is not mandated by
> the enum typedef. Fix that.
Is there really any C compiler that doesn't make the first value a 0 by
default? (If so, I wonder why?)
Honestly, I don't know.
Reviewed-by: Laine Stump <laine(a)redhat.com>
Thanks.
Michal