Re: [Mesa-dev] [PATCH 0/4] Resolve GCC missing field initializer warnings

2015-09-08 Thread Jan Vesely
On Tue, 2015-09-08 at 20:21 +1000, Rhys Kidd wrote: > Resolve a series of missing field initializer warnings within > get_hash_params.py > > This changeset addresses some likely code rot around the *extra > field, where the > initialization is via C code generated indirectly from a Python > script

Re: [Mesa-dev] [PATCH 0/4] Resolve GCC missing field initializer warnings

2015-09-08 Thread Iago Toral
Thanks! I think I would have squashed these together in one patch, it is the same one-line fix in 4 consecutive lines after all. In any case, this series is: Reviewed-by: Iago Toral Quiroga On Tue, 2015-09-08 at 20:21 +1000, Rhys Kidd wrote: > Resolve a series of missing field initializer warnin

[Mesa-dev] [PATCH 0/4] Resolve GCC missing field initializer warnings

2015-09-08 Thread Rhys Kidd
Resolve a series of missing field initializer warnings within get_hash_params.py This changeset addresses some likely code rot around the *extra field, where the initialization is via C code generated indirectly from a Python script. As a new contributor, I am continuing to focus on manageable, e