mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 07:10:27 +01:00
mesa: added default case return to silence warning
This commit is contained in:
parent
00ddd4f9e9
commit
a491e25b1f
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ need_saturate( GLuint mode )
|
|||
return GL_TRUE;
|
||||
default:
|
||||
assert(0);
|
||||
return GL_FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue