Re: [Mesa-dev] [PATCH v2] i965: fix release build unused variable warning

2016-12-11 Thread Eduardo Lima Mitev
On 12/11/2016 08:57 PM, Grazvydas Ignotas wrote: > Signed-off-by: Grazvydas Ignotas > --- > v2: take Eduardo Lima's suggestion further - remove the variable completely > no commit access > I just pushed the patch. Thanks! Eduardo > src/mesa/drivers/dri/i965/brw_blorp.c | 4 +--- > 1 file chan

[Mesa-dev] [PATCH v2] i965: fix release build unused variable warning

2016-12-11 Thread Grazvydas Ignotas
Signed-off-by: Grazvydas Ignotas --- v2: take Eduardo Lima's suggestion further - remove the variable completely no commit access src/mesa/drivers/dri/i965/brw_blorp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c b/src/mesa/drivers