mesa: added default case return to silence warning

This commit is contained in:
Brian Paul 2009-09-23 15:44:37 -06:00
parent 00ddd4f9e9
commit a491e25b1f

View file

@ -276,6 +276,7 @@ need_saturate( GLuint mode )
return GL_TRUE;
default:
assert(0);
return GL_FALSE;
}
}