changeset 26099:13af6fff168d

fix bad function prototype
author ben
date Fri, 29 Feb 2008 20:06:21 +0000
parents 7a1cbce928f2
children fb1ef5528f05
files vidix/s3_vid.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;