Re: [Mesa-dev] [PATCH] dispatch: Do not generate extraneous parentheses.

2014-06-27 Thread Chad Versace
On Thu, Jun 26, 2014 at 10:24:44PM -0700, Vinson Lee wrote: > This patch fixes 592 clang parentheses-equality warnings on Fedora 20. > > Signed-off-by: Vinson Lee > --- > tests/util/piglit-dispatch-gen.c.mako | 21 ++--- > 1 file changed, 14 insertions(+), 7 deletions(-) Thanks.

[Mesa-dev] [PATCH] dispatch: Do not generate extraneous parentheses.

2014-06-26 Thread Vinson Lee
This patch fixes 592 clang parentheses-equality warnings on Fedora 20. Signed-off-by: Vinson Lee --- tests/util/piglit-dispatch-gen.c.mako | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/tests/util/piglit-dispatch-gen.c.mako b/tests/util/piglit-dispatc