st/mesa: Silence uninitialized variable warning.
This commit is contained in:
@@ -69,6 +69,7 @@ st_BeginConditionalRender(GLcontext *ctx, struct gl_query_object *q,
|
||||
break;
|
||||
default:
|
||||
assert(0 && "bad mode in st_BeginConditionalRender");
|
||||
m = PIPE_RENDER_COND_WAIT;
|
||||
}
|
||||
|
||||
pipe->render_condition(pipe, stq->pq, m);
|
||||
|
||||
Reference in New Issue
Block a user