From: José Fonseca Date: Mon, 15 Jun 2009 18:20:25 +0000 (+0100) Subject: mesa: Always return a value. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6af9b29476e4e445623e7a2f737ba95003bbe13;p=mesa.git mesa: Always return a value. --- diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index a70d069bd9c..b92ba2542d2 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -877,6 +877,7 @@ static struct ureg get_source( struct texenv_fragment_program *p, default: assert(0); + return undef; } }