Re: [Mesa-dev] [PATCH] mesa: fix unused variable warning in release builds

2017-06-26 Thread Samuel Pitoiset
With Nicolai's suggestion, patch is: Reviewed-by: Samuel Pitoiset On 06/26/2017 01:25 AM, Timothy Arceri wrote: --- src/mesa/main/uniforms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/uniforms.c b/src/mesa/main/uniforms.c index 91c3bf6..1c3d89b 100644

Re: [Mesa-dev] [PATCH] mesa: fix unused variable warning in release builds

2017-06-26 Thread Nicolai Hähnle
On 26.06.2017 01:25, Timothy Arceri wrote: --- src/mesa/main/uniforms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/uniforms.c b/src/mesa/main/uniforms.c index 91c3bf6..1c3d89b 100644 --- a/src/mesa/main/uniforms.c +++ b/src/mesa/main/uniforms.c @@ -104,7

[Mesa-dev] [PATCH] mesa: fix unused variable warning in release builds

2017-06-25 Thread Timothy Arceri
--- src/mesa/main/uniforms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/uniforms.c b/src/mesa/main/uniforms.c index 91c3bf6..1c3d89b 100644 --- a/src/mesa/main/uniforms.c +++ b/src/mesa/main/uniforms.c @@ -104,7 +104,7 @@ _mesa_update_shader_textures_used(str