Re: [Mesa-dev] [PATCH 0/7] release build warning fixes

2016-04-19 Thread Emil Velikov
On 19 April 2016 at 20:34, Ian Romanick wrote: > I've put this series with the collected R-b on the maybe_unused branch > of my fd.o Mesa repo. I'll wait a bit, rebase the reviewed patches > first, then push the reviewed patches. I don't think there's much point > in sitting on the reviewed patc

Re: [Mesa-dev] [PATCH 0/7] release build warning fixes

2016-04-19 Thread Ian Romanick
I've put this series with the collected R-b on the maybe_unused branch of my fd.o Mesa repo. I'll wait a bit, rebase the reviewed patches first, then push the reviewed patches. I don't think there's much point in sitting on the reviewed patches for a long time. Right? On 04/15/2016 06:00 PM, Gr

[Mesa-dev] [PATCH 0/7] release build warning fixes

2016-04-15 Thread Grazvydas Ignotas
I guess almost everyone here builds mesa with asserts enabled, but many forget asserts are off by default, so ordinary users get thrown at quite a lot of warnings. This tries to improve the situation somewhat. Grazvydas Ignotas (7): util: add MAYBE_UNUSED for config dependent variables glsl: f