kill a warning
authorAlan Hourihane <alanh@tungstengraphics.com>
Mon, 8 Dec 2003 17:07:41 +0000 (17:07 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Mon, 8 Dec 2003 17:07:41 +0000 (17:07 +0000)
src/mesa/main/arbparse.c

index 3d616b7a5181646956351f60be044881e33040db..a609f7d360c8273b422db3e76e61286ae460cddf 100644 (file)
@@ -706,7 +706,7 @@ static GLint error_position = -1;
 static GLubyte *unknown = (GLubyte *) "???";
 
 static GLvoid
-clear_last_error ()
+clear_last_error (GLvoid)
 {
    /* reset error message */
    error_message = NULL;