st/mesa: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee
2010-01-26 16:37:10 -08:00
parent 63b10e8fe7
commit 1187a3c957
@@ -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);