|
From: Julian S. <js...@ac...> - 2011-03-28 18:44:05
|
On Monday, March 28, 2011, Bart Van Assche wrote: > 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] > [ ... ] There's more cleaning up to do, and I haven't started on the regression tests yet. J |