mesa: added default case return to silence warning
This commit is contained in:
@@ -276,6 +276,7 @@ need_saturate( GLuint mode )
|
||||
return GL_TRUE;
|
||||
default:
|
||||
assert(0);
|
||||
return GL_FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user