glsl: Suppress warning from matching_signature change.
authorEric Anholt <eric@anholt.net>
Wed, 6 Jul 2011 05:02:33 +0000 (22:02 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 6 Jul 2011 18:17:19 +0000 (11:17 -0700)
commitb043409adfa6ffa6dc78331258de52f7fa6d59aa
tree4e438308d373ef610488ae4a670a936d1ad8a369
parentabbbd14dd440cfbbe8b42279cf95c30eec5b495d
glsl: Suppress warning from matching_signature change.

gcc isn't smart enough to see that we only look at matched_score after
we've initialized it (because match != NULL happens at the same time)
src/glsl/ir_function.cpp