|
From: Bart V. A. <bva...@ac...> - 2011-03-28 17:53:45
|
On Mon, Mar 28, 2011 at 6:32 PM, Julian Seward <js...@ac...> wrote: > > On Monday, March 28, 2011, Piotr Jaroszyński wrote: > > I think the proper solution is to add __attribute__((unused)) to > > _qzz_res. What do you think? > > Yes. I just committed exactly such cleanups (r11673). Could > you try it, to see if that also makes your compiles quiet again? Strange - I still see such warnings with r11673 while building the regression tests: [ ... ] custom_alloc.c: In function 'custom_alloc': custom_alloc.c:47:4: warning: variable '_qzz_res' set but not used [-Wunused-but-set-variable] [ ... ] Bart. |