projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66691ef
)
Silence a compiler warning DRI builds using gcc3.
author
Ian Romanick
<idr@us.ibm.com>
Wed, 21 Jan 2004 16:26:05 +0000
(16:26 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Wed, 21 Jan 2004 16:26:05 +0000
(16:26 +0000)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index
162920e
..
386744f
100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-5075,7
+5075,7
@@
static void GLAPIENTRY save_MultiTexCoord4fv( GLenum target, const GLfloat *v )
}
-static void enum_error(
)
+static void enum_error(
void )
{
GET_CURRENT_CONTEXT( ctx );
_mesa_error( ctx, GL_INVALID_ENUM, "VertexAttribfNV" );