Silence a compiler warning DRI builds using gcc3.

This commit is contained in:
Ian Romanick 2004-01-21 16:26:05 +00:00
parent 66691ef5b5
commit 34a7857411

View file

@ -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" );