|
From: Piotr J. <p.j...@gm...> - 2011-03-28 17:47:03
|
2011/3/28 Julian Seward <js...@ac...>: > 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? I'm after warnings that I get in a third party project having imported valgrind.h header (to avoid a harddep on valgrind) and using the VALGRIND_MALLOCLIKE_BLOCK, VALGRIND_FREELIKE_BLOCK etc macros to teach valgrind how our allocator works. We can of course fix it in our repo (and we did for now), but we would prefer to avoid differences like that. -- Best Regards Piotr Jaroszyński |