Re: [Piglit] [PATCH] util: Fix texture name returned by piglit_integer_texture()

2016-04-26 Thread Chad Versace
On Mon 25 Apr 2016, Nicolai Hähnle wrote: > Hi Chad, > > I saw Matt's email and went ahead and just did this before seeing your > email. Sorry about that! No problem. All that matters is that the bugs get fixed! ___ Piglit mailing list

Re: [Piglit] [PATCH] util: Fix texture name returned by piglit_integer_texture()

2016-04-25 Thread Nicolai Hähnle
Hi Chad, I saw Matt's email and went ahead and just did this before seeing your email. Sorry about that! Nicolai On 25.04.2016 16:49, Chad Versace wrote: The function always returned texture name 0. Fix to to return the actual texture name. Found by GCC warning:

[Piglit] [PATCH] util: Fix texture name returned by piglit_integer_texture()

2016-04-25 Thread Chad Versace
The function always returned texture name 0. Fix to to return the actual texture name. Found by GCC warning: tests/util/piglit-util-gl.c:2623:1: warning: control reaches end of non-void function [-Wreturn-type] --- tests/util/piglit-util-gl.c | 2 ++ 1 file changed, 2 insertions(+)