Re: [Mesa-dev] [PATCH 2/7] glsl: fix warning in release build

2016-04-19 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 04/15/2016 06:00 PM, Grazvydas Ignotas wrote: > Mark variable MAYBE_UNUSED to avoid unused-but-set-variable warning in > release build. > > Signed-off-by: Grazvydas Ignotas > --- > I have no commit access, if this patch is ok, please someone push. >

[Mesa-dev] [PATCH 2/7] glsl: fix warning in release build

2016-04-15 Thread Grazvydas Ignotas
Mark variable MAYBE_UNUSED to avoid unused-but-set-variable warning in release build. Signed-off-by: Grazvydas Ignotas --- I have no commit access, if this patch is ok, please someone push. src/compiler/glsl/lower_buffer_access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g