2011/3/28 Julian Seward <[email protected]>: > 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 ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
