mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
Silence a compiler warning DRI builds using gcc3.
This commit is contained in:
parent
66691ef5b5
commit
34a7857411
1 changed files with 1 additions and 1 deletions
|
|
@ -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" );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue