projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5c06b
)
mesa: add a prototype to silence warnings
author
Brian Paul
<brianp@vmware.com>
Sat, 28 Feb 2009 17:06:55 +0000
(10:06 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 28 Feb 2009 17:06:55 +0000
(10:06 -0700)
src/mesa/tnl_dd/t_dd_vb.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl_dd/t_dd_vb.c
b/src/mesa/tnl_dd/t_dd_vb.c
index 3cedd9011904f99d6a21d2d4545c21034bc91b61..b3937c29a000596a0fcd960c2a4caad5bf704b6d 100644
(file)
--- a/
src/mesa/tnl_dd/t_dd_vb.c
+++ b/
src/mesa/tnl_dd/t_dd_vb.c
@@
-188,6
+188,9
@@
void TAG(translate_vertex)(GLcontext *ctx,
}
+/* prototype to silence warning */
+void TAG(print_vertex)( GLcontext *ctx, const VERTEX *v );
+
void TAG(print_vertex)( GLcontext *ctx, const VERTEX *v )
{