[Mesa-dev] [PATCH] i965: fix ignored qualifiers warning

Kenneth Graunke kenneth at whitecape.org
Mon Jul 11 13:08:45 UTC 2016


On Saturday, July 9, 2016 10:16:29 AM PDT Francesco Ansanelli wrote:
> ---
>  src/mesa/drivers/dri/i965/gen6_queryobj.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/gen6_queryobj.c b/src/mesa/drivers/dri/i965/gen6_queryobj.c
> index 96db5e9..95a5c56 100644
> --- a/src/mesa/drivers/dri/i965/gen6_queryobj.c
> +++ b/src/mesa/drivers/dri/i965/gen6_queryobj.c
> @@ -99,7 +99,7 @@ write_xfb_primitives_written(struct brw_context *brw,
>     }
>  }
>  
> -static inline const int
> +static inline int
>  pipeline_target_to_index(int target)
>  {
>     if (target == GL_GEOMETRY_SHADER_INVOCATIONS)
> 

Pushed, thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160711/41a4a4ec/attachment.sig>


More information about the mesa-dev mailing list