OSDN Git Service

silence a warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 29 Nov 2004 17:30:21 +0000 (17:30 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 29 Nov 2004 17:30:21 +0000 (17:30 +0000)
src/mesa/drivers/svga/svgamesa.c

index 980daf3..7e783b5 100644 (file)
@@ -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;