Re: [Mesa-dev] radv: unused variable ‘total_count’

2017-10-09 Thread Samuel Pitoiset
Yeah, we should add MAYBE_UNUSED to avoid compiler warnings. Not a big deal though. On 10/09/2017 02:12 PM, Dieter Nützel wrote: Hello, not that I have any app which need Vulkan currently (hint, hint any game for 'testing'), but...   CC   radv_meta_blit.lo radv_cmd_buffer.c: In functio

[Mesa-dev] radv: unused variable ‘total_count’

2017-10-09 Thread Dieter Nützel
Hello, not that I have any app which need Vulkan currently (hint, hint any game for 'testing'), but... CC radv_meta_blit.lo radv_cmd_buffer.c: In function ‘radv_CmdSetViewport’: radv_cmd_buffer.c:2496:17: warning: unused variable ‘total_count’ [-Wunused-variable] const uint32_t tot