Re: [Mesa-dev] [PATCH 5/5] r100: Silence numerous unused this or that warnings

2017-06-06 Thread Ian Romanick
On 06/01/2017 09:26 AM, Marek Olšák wrote: > For the series: > > Reviewed-by: Marek Olšák > > About your r100-r200 coding style question, I don't have a specific > answer. It's up to you what you wanna do with it. Okay. I think I'm going to just start using the same style

Re: [Mesa-dev] [PATCH 5/5] r100: Silence numerous unused this or that warnings

2017-06-01 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák About your r100-r200 coding style question, I don't have a specific answer. It's up to you what you wanna do with it. Marek On Wed, May 31, 2017 at 2:40 AM, Ian Romanick wrote: > From: Ian Romanick

[Mesa-dev] [PATCH 5/5] r100: Silence numerous unused this or that warnings

2017-05-30 Thread Ian Romanick
From: Ian Romanick radeon_fbo.c: In function ‘radeon_map_renderbuffer_s8z24’: radeon_fbo.c:147:50: warning: unused parameter ‘ctx’ [-Wunused-parameter] radeon_map_renderbuffer_s8z24(struct gl_context *ctx, ^~~