On 13 Mar 2009, at 18:50, Dan Kegel wrote: > Our project's valgrind builder is way red right now, > and I wanted to add --leak-check=no so we could > defer fixing leaks until more serious bugs are fixed, > but valgrind merrily ignores my --leak-check=no > and outputs full leak checking. Bleah.
> I guess > I can go filter out the leaks in our valgrind xml parser, > but it would have been easier if I didn't have to do that. This is what I did, I'd be interested in seeing your parser if it's open source... Given that xml is designed to be machine-readable I've no problem with it being verbose, i just looked at the args section of the xml and change the code accordingly. Ashley Pittman. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
