fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / svga / svgamesa24.c
index f8b29faaddc16b0f7b34d856262a0b038d551661..6f7cc9c2214017ef6d4af86424bf4c90a0a57630 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: svgamesa24.c,v 1.6 2000/01/31 22:10:07 tanner Exp $ */
+/* $Id: svgamesa24.c,v 1.7 2000/06/14 21:59:07 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -233,4 +233,14 @@ void __read_rgba_pixels24( const GLcontext *ctx,
    }
 }
 
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga24_dummy_function(void);
+void _mesa_svga24_dummy_function(void)
+{
+}
+
+
 #endif