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
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