mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mesa: add a prototype to silence warnings
This commit is contained in:
parent
ae5c06b9ce
commit
079554a480
1 changed files with 3 additions and 0 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue