OSDN Git Service

mesa: Fix _mesa_lookup_parameter_constant's return value.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 30 Aug 2010 12:48:21 +0000 (13:48 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 30 Aug 2010 12:48:21 +0000 (13:48 +0100)
commit128237927d6fa4ffb23e52c59150f57520004c00
treec5577b9e9877f5249753f34ef39044269d4bee44
parente4c3e7f9d8eae05c83f6e1fc54dc63ded3c12d12
mesa: Fix _mesa_lookup_parameter_constant's return value.

Fixes gcc warning

  In function ‘_mesa_add_unnamed_constant’:
  warning: ‘pos’ may be used uninitialized in this function

but also what appears to be a bug.
src/mesa/program/prog_parameter.c