From: Brian Paul Date: Sat, 28 Feb 2009 17:06:55 +0000 (-0700) Subject: mesa: add a prototype to silence warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=079554a480f62674b27cea5ff8bb655589e06166;p=mesa.git mesa: add a prototype to silence warnings --- diff --git a/src/mesa/tnl_dd/t_dd_vb.c b/src/mesa/tnl_dd/t_dd_vb.c index 3cedd901190..b3937c29a00 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 ) {