diff options
author | Ian Romanick <[email protected]> | 2004-01-21 16:26:05 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-01-21 16:26:05 +0000 |
commit | 34a78574114d5f3ff814cf55c222fe26bded334b (patch) | |
tree | 8051a9e8c583474f17e2fad7417ca7e0f6db2c89 /src/mesa/main/dlist.c | |
parent | 66691ef5b56862e98a0254703751177b883d454a (diff) |
Silence a compiler warning DRI builds using gcc3.
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 162920eb9be..386744fdea9 100644 --- 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" ); |