fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / svga / svgamesa8.c
index 99ea05e7129a9c893d4ad199182e17b72c910cf1..2578428178f3f88fa05c982a2fe94a5e2b6b6312 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: svgamesa8.c,v 1.5 2000/01/31 22:10:07 tanner Exp $ */
+/* $Id: svgamesa8.c,v 1.6 2000/06/14 21:59:07 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -176,4 +176,14 @@ void __read_ci32_pixels8( const GLcontext *ctx,
 }
 
 
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga8_dummy_function(void);
+void _mesa_svga8_dummy_function(void)
+{
+}
+
+
 #endif