mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 04:08:25 +02:00
silence a warning
This commit is contained in:
parent
55656a53d4
commit
dc991a2085
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: svgamesa.c,v 1.24 2004/11/27 22:48:00 brianp Exp $ */
|
||||
/* $Id: svgamesa.c,v 1.25 2004/11/29 17:30:21 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -508,7 +508,7 @@ void SVGAMesaSwapBuffers( void )
|
|||
* Need this to provide at least one external definition when SVGA is
|
||||
* not defined on the compiler command line.
|
||||
*/
|
||||
|
||||
extern int gl_svga_dummy_function(void);
|
||||
int gl_svga_dummy_function(void)
|
||||
{
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue