Re: [Mesa-dev] [PATCH] nv30: Remove unused function nv40_fp_bra.

2015-03-06 Thread Ilia Mirkin
On Sat, Mar 7, 2015 at 2:15 AM, Vinson Lee wrote: > Fix GCC unused-function warning. > > nv30/nvfx_fragprog.c:333:1: warning: ‘nv40_fp_bra’ defined but not used > [-Wunused-function] > nv40_fp_bra(struct nvfx_fpc *fpc, unsigned target) > ^ NAK. Feel free to ifdef it out if it really annoys you

[Mesa-dev] [PATCH] nv30: Remove unused function nv40_fp_bra.

2015-03-06 Thread Vinson Lee
Fix GCC unused-function warning. nv30/nvfx_fragprog.c:333:1: warning: ‘nv40_fp_bra’ defined but not used [-Wunused-function] nv40_fp_bra(struct nvfx_fpc *fpc, unsigned target) ^ Signed-off-by: Vinson Lee --- src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c | 26 1 fi