Skip to content
Snippets Groups Projects
Commit a491e25b authored by Brian Paul's avatar Brian Paul
Browse files

mesa: added default case return to silence warning

parent 00ddd4f9
No related branches found
Tags mesa-20.2.0-rc4
No related merge requests found
......@@ -276,6 +276,7 @@ need_saturate( GLuint mode )
return GL_TRUE;
default:
assert(0);
return GL_FALSE;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment