diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-28 10:06:55 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-28 10:06:55 -0700 |
commit | 079554a480f62674b27cea5ff8bb655589e06166 (patch) | |
tree | b5aee4bd543514e85fef84f153a0982dc12c72d3 /src/mesa | |
parent | ae5c06b9ce1191afaa95dd784d7315f25ec729ff (diff) |
mesa: add a prototype to silence warnings
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 3cedd90119..b3937c29a0 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 ) { |