diff options
Diffstat (limited to 'src/mesa/main')
-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 162920eb9b..386744fdea 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" ); |