gallivm: Silence uninitialized variable warnings.
authorVinson Lee <vlee@vmware.com>
Thu, 21 Oct 2010 18:10:15 +0000 (11:10 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 21 Oct 2010 18:10:15 +0000 (11:10 -0700)
commit0a5666148beb766c376d58019137d0ce39aea531
tree8ee9501f44c241cad4bc3cb2dd44c5f594aa089a
parent16333e1fc489a414233bc485f1230b847d11b020
gallivm: Silence uninitialized variable warnings.

Fixes these GCC warnings.
gallivm/lp_bld_sample_aos.c: In function 'lp_build_sample_image_linear':
gallivm/lp_bld_sample_aos.c:439: warning: 'r_ipart' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:438: warning: 't_ipart' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:438: warning: 't_fpart' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:439: warning: 'r_fpart' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:438: warning: 't_fpart_hi' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:438: warning: 't_fpart_lo' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:439: warning: 'r_fpart_hi' may be used uninitialized in this function
gallivm/lp_bld_sample_aos.c:439: warning: 'r_fpart_lo' may be used uninitialized in this function
src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c