gallium: Fix compiler warning.

warning: type qualifiers ignored on function return type

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Jan Vesely
2014-07-25 08:33:00 -06:00
committed by Brian Paul
parent d66acc7077
commit 6614def764
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1808,7 +1808,7 @@ no_ureg:
}
const unsigned
unsigned
ureg_get_nr_outputs( const struct ureg_program *ureg )
{
if (!ureg)
+1 -1
View File
@@ -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 );