diff options
author | Alan Hourihane <[email protected]> | 2003-12-08 17:07:41 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2003-12-08 17:07:41 +0000 |
commit | 243093f544ab79ed92cac9d615b5b9659f56dea3 (patch) | |
tree | 5be09a54ac94df6ca80c1d7c4b4d4f7d9d9c2ce5 | |
parent | 18343db1d86aa98dddf17f010dc94d5d98445e27 (diff) |
kill a warning
-rw-r--r-- | src/mesa/main/arbparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/arbparse.c b/src/mesa/main/arbparse.c index 3d616b7a518..a609f7d360c 100644 --- a/src/mesa/main/arbparse.c +++ b/src/mesa/main/arbparse.c @@ -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; |