nvfx: Remove const qualifer from nvfx_vertprog_translate.
authorVinson Lee <vlee@vmware.com>
Sat, 18 Sep 2010 07:47:36 +0000 (00:47 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 18 Sep 2010 07:47:36 +0000 (00:47 -0700)
commit013e4cca9f9c74e52f8372b500fb3ff07c692a61
tree75baeba716b50b50f224a85aed78157a2051aaa9
parent3894fddccc3a6da91513b49142a8f0dbbf8aa448
nvfx: Remove const qualifer from nvfx_vertprog_translate.

Silences this GCC warning.
nvfx_vertprog.c: In function 'nvfx_vertprog_translate':
nvfx_vertprog.c:998: warning: assignment discards qualifiers from pointer target type
src/gallium/drivers/nvfx/nvfx_vertprog.c