From: Vinson Lee Date: Fri, 26 Mar 2010 21:59:06 +0000 (-0700) Subject: rtasm: Silence gnu_printf format warnings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9a25089f92e0cce6f72ba5e1a6c2036825290d5;p=mesa.git rtasm: Silence gnu_printf format warnings. --- diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c index f675427d987..7595214bdf2 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 { \