On Mon, 2014-07-28 at 10:56 -0600, Brian Paul wrote:
> On 07/25/2014 08:33 AM, Jan Vesely wrote:
> > warning: type qualifiers ignored on function return type
> >
> > Signed-off-by: Jan Vesely <jan.ves...@rutgers.edu>
> > ---
> >   src/gallium/auxiliary/tgsi/tgsi_ureg.c | 2 +-
> >   src/gallium/auxiliary/tgsi/tgsi_ureg.h | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c 
> > b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
> > index 39216e5..dcf0cb5 100644
> > --- a/src/gallium/auxiliary/tgsi/tgsi_ureg.c
> > +++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
> > @@ -1808,7 +1808,7 @@ no_ureg:
> >   }
> >
> >
> > -const unsigned
> > +unsigned
> >   ureg_get_nr_outputs( const struct ureg_program *ureg )
> >   {
> >      if (!ureg)
> > diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.h 
> > b/src/gallium/auxiliary/tgsi/tgsi_ureg.h
> > index 2c3746c..f014b53 100644
> > --- a/src/gallium/auxiliary/tgsi/tgsi_ureg.h
> > +++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.h
> > @@ -115,7 +115,7 @@ ureg_get_tokens( struct ureg_program *ureg,
> >   /*
> >    * Returns the number of currently declared outputs.
> >    */
> > -const unsigned
> > +unsigned
> >   ureg_get_nr_outputs( const struct ureg_program *ureg );
> >
> >
> >
> 
> Reviewed-by: Brian Paul <bri...@vmware.com>
> 
Thank you. Can you push these as well? I don't have commit access

Jan

-- 
Jan Vesely <jan.ves...@rutgers.edu>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to