On 3 November 2013 15:16, Vinson Lee <[email protected]> wrote:

> Fixes "Uninitialized scalar field" reported by Coverity.
>
> Signed-off-by: Vinson Lee <[email protected]>
>

Reviewed-by: Paul Berry <[email protected]>


> ---
>  tests/spec/ext_framebuffer_multisample/common.cpp | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/spec/ext_framebuffer_multisample/common.cpp
> b/tests/spec/ext_framebuffer_multisample/common.cpp
> index 5d4a0be..09585e7 100644
> --- a/tests/spec/ext_framebuffer_multisample/common.cpp
> +++ b/tests/spec/ext_framebuffer_multisample/common.cpp
> @@ -260,7 +260,8 @@ Test::Test(TestPattern *pattern, ManifestProgram
> *manifest_program,
>           pattern_height(0),
>           supersample_factor(0),
>           srgb(srgb),
> -         downsample_prog()
> +         downsample_prog(),
> +         filter_mode(GL_NONE)
>  {
>  }
>
> --
> 1.8.3.2
>
> _______________________________________________
> Piglit mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit
>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to