From: Michal Krol Date: Mon, 16 Mar 2009 08:12:21 +0000 (+0100) Subject: mesa: Silence compiler warnings. X-Git-Tag: 062012170305~17580^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ba52e12688d6f677c2241729776e6bf10737d4b;p=profile%2Fivi%2Fmesa.git mesa: Silence compiler warnings. --- diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index cd6289d..a4d0fc3 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -969,6 +969,7 @@ parse_output_color_num (GLcontext * ctx, const GLubyte ** inst, GLint i = parse_integer (inst, Program); if ((i < 0) || (i >= (int)ctx->Const.MaxDrawBuffers)) { + *color = 0; program_error(ctx, Program->Position, "Invalid draw buffer index"); return 1; }