diff options
author | Rob Clark <[email protected]> | 2016-02-16 13:11:25 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-02-17 10:41:55 -0500 |
commit | 2a7ceb5957c4be718122a5451efdfbcfffcaa691 (patch) | |
tree | 7c7d2902a63815629a5688374e4e1ccf0c166cb0 /src/gallium/drivers/freedreno/Makefile.sources | |
parent | edf774bb7eae32f00b900a6faa9b5c698affdcaa (diff) |
freedreno/ir3: fix new gcc6 errors
src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c: In function ‘emit_tex’:
src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c:1368:26: warning: unused variable ‘const_off’ [-Wunused-variable]
struct ir3_instruction *const_off[4];
^~~~~~~~~
unused since:
commit 8750299a420af76cebd3067f6f603eacde06ae06
Author: Jason Ekstrand <[email protected]>
Date: Tue Feb 9 14:51:28 2016 -0800
nir: Remove the const_offset from nir_tex_instr
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
0 files changed, 0 insertions, 0 deletions