glsl: Silence uninitialized variable warning.
authorVinson Lee <vlee@vmware.com>
Sun, 22 Aug 2010 03:38:07 +0000 (20:38 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 22 Aug 2010 03:42:47 +0000 (20:42 -0700)
commit56176f00f59624ef1335175b3669081e2f3e83ed
tree055544710b0f2c6d422013784847efa591f3fc47
parent36efb86c0570d86d8dfce87fd2416125e0e91b40
glsl: Silence uninitialized variable warning.

i686-apple-darwin10-gcc-4.2.1 generated the following warning.
warning: 'score' may be used uninitialized in this function

GCC 4.4.3 on Linux didn't generate the above warning.
src/glsl/ir_function.cpp