diff vidix/s3_vid.c @ 26099:13af6fff168d

fix bad function prototype
author ben
date Fri, 29 Feb 2008 20:06:21 +0000
parents e6a565ec1a3b
children 0d255d03016f
line wrap: on
line diff
--- a/vidix/s3_vid.c	Fri Feb 29 20:04:03 2008 +0000
+++ b/vidix/s3_vid.c	Fri Feb 29 20:06:21 2008 +0000
@@ -596,7 +596,7 @@
   return err;
 }
 
-static int s3_init (const char *args __attribute__ ((unused)))
+static int s3_init (void)
 {
   unsigned char cr36;
   int mtrr, videoRam;