diff options
Diffstat (limited to 'src/mesa/drivers/svga/svgamesa32.c')
-rw-r--r-- | src/mesa/drivers/svga/svgamesa32.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/mesa/drivers/svga/svgamesa32.c b/src/mesa/drivers/svga/svgamesa32.c index 46e8c684cab..1fbef3d26d1 100644 --- a/src/mesa/drivers/svga/svgamesa32.c +++ b/src/mesa/drivers/svga/svgamesa32.c @@ -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 |