Mesa (master): mesa: add a prototype to silence warnings

Brian Paul brianp at kemper.freedesktop.org
Sat Feb 28 17:10:02 UTC 2009


Module: Mesa
Branch: master
Commit: 079554a480f62674b27cea5ff8bb655589e06166
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=079554a480f62674b27cea5ff8bb655589e06166

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Feb 28 10:06:55 2009 -0700

mesa: add a prototype to silence warnings

---

 src/mesa/tnl_dd/t_dd_vb.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/tnl_dd/t_dd_vb.c b/src/mesa/tnl_dd/t_dd_vb.c
index 3cedd90..b3937c2 100644
--- 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 )
 {




More information about the mesa-commit mailing list