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