From 34a78574114d5f3ff814cf55c222fe26bded334b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 21 Jan 2004 16:26:05 +0000 Subject: Silence a compiler warning DRI builds using gcc3. --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/dlist.c') 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" ); -- cgit v1.2.3