Re: [Mesa-dev] [PATCH] anv: Silence a bunch of unused variable warnings.

2018-10-01 Thread Bas Nieuwenhuizen
On Mon, Oct 1, 2018 at 8:04 AM Tapani Pälli wrote: > > maybe also move the declaration of ret closer to the actual usage in > anv_wait_for_bo_fences? Done. > > Reviewed-by: Tapani Pälli Thanks! > > On 9/30/18 9:12 PM, Bas Nieuwenhuizen wrote: > > All three are only used in asserts, so this sil

Re: [Mesa-dev] [PATCH] anv: Silence a bunch of unused variable warnings.

2018-09-30 Thread Tapani Pälli
maybe also move the declaration of ret closer to the actual usage in anv_wait_for_bo_fences? Reviewed-by: Tapani Pälli On 9/30/18 9:12 PM, Bas Nieuwenhuizen wrote: All three are only used in asserts, so this silences release build warnings. --- src/intel/vulkan/anv_blorp.c | 3 ++- s

[Mesa-dev] [PATCH] anv: Silence a bunch of unused variable warnings.

2018-09-30 Thread Bas Nieuwenhuizen
All three are only used in asserts, so this silences release build warnings. --- src/intel/vulkan/anv_blorp.c | 3 ++- src/intel/vulkan/anv_queue.c | 2 +- src/intel/vulkan/genX_cmd_buffer.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/intel/vulkan/anv_blo