On Fri, 26 Jun 2020 at 10:01, Andrew Jones <[email protected]> wrote: > nit: How about using '= {0}' when declaring the variable, rather than this > memset?
We prefer "= {}" -- although "= {0}" is the C standard approved
version, some compiler versions produce spurious warnings for
it in some situations. (cf commit 039d4e3df0049bdd8f9).
thanks
-- PMM
