Re: [Mesa-dev] [PATCH] softpipe: Silence unused variable warning on non-LLVM builds.

2012-01-16 Thread Brian Paul
On 01/16/2012 02:08 PM, Vinson Lee wrote: Fix this GCC warning with non-LLVM builds. sp_screen.c: In function ‘softpipe_get_shader_param’: sp_screen.c:141:28: warning: unused variable ‘sp_screen’ [-Wunused-variable] Signed-off-by: Vinson Lee --- src/gallium/drivers/softpipe/sp_screen.c |2

[Mesa-dev] [PATCH] softpipe: Silence unused variable warning on non-LLVM builds.

2012-01-16 Thread Vinson Lee
Fix this GCC warning with non-LLVM builds. sp_screen.c: In function ‘softpipe_get_shader_param’: sp_screen.c:141:28: warning: unused variable ‘sp_screen’ [-Wunused-variable] Signed-off-by: Vinson Lee --- src/gallium/drivers/softpipe/sp_screen.c |2 ++ 1 files changed, 2 insertions(+), 0 dele