Re: [Mesa-dev] [PATCH v2 29/29] gallium/aux/util/u_tests.c: Fix warnigns triggered -Wmissing-field-initializers

2017-11-16 Thread Gert Wollny
Am Donnerstag, den 16.11.2017, 16:34 + schrieb Emil Velikov: > On 16 November 2017 at 15:10, Gert Wollny > wrote: > > * Use a designated initializer to silence the warning. > > * fix one intention that was using tabs instead of spaces > > > > Sigh,

Re: [Mesa-dev] [PATCH v2 29/29] gallium/aux/util/u_tests.c: Fix warnigns triggered -Wmissing-field-initializers

2017-11-16 Thread Emil Velikov
On 16 November 2017 at 15:10, Gert Wollny wrote: > * Use a designated initializer to silence the warning. > * fix one intention that was using tabs instead of spaces > Sigh, -Wmissing-field-initalizers warnings - it's perhaps the most annoying and inconsistent warning I've

Re: [Mesa-dev] [PATCH v2 29/29] gallium/aux/util/u_tests.c: Fix warnigns triggered -Wmissing-field-initializers

2017-11-16 Thread Brian Paul
In the subject "warnings" I can fix that before pushing. For the series, Reviewed-by: Brian Paul On 11/16/2017 08:10 AM, Gert Wollny wrote: * Use a designated initializer to silence the warning. * fix one intention that was using tabs instead of spaces Signed-off-by:

[Mesa-dev] [PATCH v2 29/29] gallium/aux/util/u_tests.c: Fix warnigns triggered -Wmissing-field-initializers

2017-11-16 Thread Gert Wollny
* Use a designated initializer to silence the warning. * fix one intention that was using tabs instead of spaces Signed-off-by: Gert Wollny --- src/gallium/auxiliary/util/u_tests.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git