Re: [Cppunit-devel] Fixing warnings in cppunit-1.12.0
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2008-02-12 21:50:30
|
Hi! I think this is a worthwile patch to be included in cppunit. For instance, I'm also working in a project where we want to avoid warnings from GCC following the guidelines of Scott Meyer's "Effective C++". Am Dienstag, 12. Februar 2008 schrieb CppUnit development mailing list: > I've produced a patch which quiets compiler warnings for > cppunit-1.12.0under g++- > 4.1. Is there some way I can contribute this patch to the project? [...] > --------------------------------------------------------------------------- > include/cppunit/extensions/TestFixtureFactory.h:16: warning: 'class > CppUnit::TestFixtureFactory' has virtual functions but non-virtual > destructor > > include/cppunit/extensions/TestFixtureFactory.h:29: warning: 'class > CppUnit::ConcretTestFixtureFactory' has virtual functions but non-virtual > destructor > --------------------------------------------------------------------------- [...] > So the question to you is: what next? Does this seem like a worthwhile > patch submission for cppunit? If so, should I post the patch to this list? -- Marcel Winandy |