On 4 June 2017 at 21:27, Benedikt Schemmer <b...@besd.de> wrote:
> Hi all,
>
> my reasoning wasn't based on how c handles partial initializations,
> but on how the generated files look like: like something is missing.
>
> Also I don't want to suppress these warnings, because I don't have
> the experience you have with the codebase and would kind of like to
> see if my changes have an negative impact or I forgot something.
>
Using [C99] designated initalizers should "make things right". Do
check that the generated files are not included in C++ context, since
C99 initalizers are not allowed there :-\

Keep in might that explicit [zero] initialization may "force" the
compiler to generate the actual code, increasing the binary size.

-Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to