Re: [Mesa-dev] [PATCH] i965/vs: include format argument in debug printf

2012-10-19 Thread Chad Versace
Reviewed-by and committed. Thanks. On 10/18/2012 11:45 PM, Tapani Pälli wrote: > otherwise some compilers will throw error > "error: format not a string literal and no format arguments" > > Signed-off-by: Tapani Pälli > --- > src/mesa/drivers/dri/i965/brw_vec4.cpp | 2 +- > 1 file changed, 1 in

[Mesa-dev] [PATCH] i965/vs: include format argument in debug printf

2012-10-18 Thread Tapani Pälli
otherwise some compilers will throw error "error: format not a string literal and no format arguments" Signed-off-by: Tapani Pälli --- src/mesa/drivers/dri/i965/brw_vec4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec4.cpp b/src/mesa/dri