OSDN Git Service

gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32
authorBrian Paul <brianp@vmware.com>
Tue, 23 Oct 2012 21:54:11 +0000 (15:54 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Oct 2012 16:59:29 +0000 (10:59 -0600)
commit369b5a311ca5e03bc4cccc3052800b94e316087d
treec91e9e615f28bf9a8771caef637ce5a2254cf0e0
parent8b63512be0c81c30e8eb31726a15777cfe869343
gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32

Use the PRIx64 and PRIu64 format macros from inttypes.h.  We made a
similar change in prog_print.c in df2d81ea59993a77bd1f1ef96c5cf19ac692d5f7.
src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
src/gallium/drivers/llvmpipe/lp_rast_debug.c