Re: [Mesa-dev] [PATCH 6/7] anv: fix warnings in release build

2016-04-19 Thread Chad Versace
On Sat 16 Apr 2016, Grazvydas Ignotas wrote: > Mark variables MAYBE_UNUSED to avoid unused-but-set-variable warnings > in release build. > > Signed-off-by: Grazvydas Ignotas This anvil patch is Reviewed-by: Chad Versace ___ mesa-dev mailing list mesa-

[Mesa-dev] [PATCH 6/7] anv: fix warnings in release build

2016-04-15 Thread Grazvydas Ignotas
Mark variables MAYBE_UNUSED to avoid unused-but-set-variable warnings in release build. Signed-off-by: Grazvydas Ignotas --- I have no commit access, if this patch is ok, please someone push. src/intel/vulkan/anv_dump.c | 2 +- src/intel/vulkan/anv_image.c