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