On Wed, Aug 5, 2015 at 4:53 PM, Dylan Baker <[email protected]> wrote:
> This silences a GCC warning
>
> Signed-off-by: Dylan Baker <[email protected]>
> ---
>  tests/spec/arb_separate_shader_objects/active-sampler-conflict.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/tests/spec/arb_separate_shader_objects/active-sampler-conflict.c 
> b/tests/spec/arb_separate_shader_objects/active-sampler-conflict.c
> index a03b74d..0a91f49 100644
> --- a/tests/spec/arb_separate_shader_objects/active-sampler-conflict.c
> +++ b/tests/spec/arb_separate_shader_objects/active-sampler-conflict.c
> @@ -248,7 +248,6 @@ void piglit_init(int argc, char **argv)
>         GLuint pipe;
>         GLuint vao;
>         GLuint bo;
> -       GLint s_loc;
>         char *s2_uni_name = "s2";
>         char *s3_uni_name = "s3";
>         char *s2_uni_array_name = "s2[1]";
> --
> 2.5.0
>
> _______________________________________________
> Piglit mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit


Reviewed-by: Vinson Lee <[email protected]>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to