Module: Mesa Branch: master Commit: e9a25089f92e0cce6f72ba5e1a6c2036825290d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9a25089f92e0cce6f72ba5e1a6c2036825290d5
Author: Vinson Lee <[email protected]> Date: Fri Mar 26 14:59:06 2010 -0700 rtasm: Silence gnu_printf format warnings. --- src/gallium/auxiliary/rtasm/rtasm_x86sse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c index f675427..7595214 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c +++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c @@ -87,7 +87,7 @@ void x86_print_reg( struct x86_reg reg ) foo++; \ if (*foo) \ foo++; \ - debug_printf( "\n% 4x% 15s ", p->csr - p->store, foo ); \ + debug_printf( "\n%4x %14s ", p->csr - p->store, foo ); \ } while (0) #define DUMP_I( I ) do { \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
