|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Fixing warnings in cppunit-1.12.0Hi!
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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cppunit-devel mailing list Cppunit-devel@... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
|
|
Re: Fixing warnings in cppunit-1.12.0On Tue, Feb 12, 2008 at 04:16:02PM -0500, CppUnit development mailing list wrote:
> 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? Of course there is! > 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? > Or send it to someone particular? Is a patch against 1.12.0 good enough, > or should I generate a patch against the latest CVS sources? I've never > tried to feed stuff back to a sourceforge project before, so I'm not quite > sure how to proceed. This sounds like a worthwhile patch. To increase your chances of having it applied: make it easy on us developers by creating a patch against CVS HEAD. The preferred method to submit a patch is the patch tracker page at http://sourceforge.net/tracker/?group_id=11795&atid=311795 Thanks, -Steve ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cppunit-devel mailing list Cppunit-devel@... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
|
|
Re: Fixing warnings in cppunit-1.12.0
Okay -- I just submitted the patch against CVS HEAD to the patch tracker. It seems that 1.12.1 fixed a number of the issues that I had in 1.12.0, making the patch somewhat less interesting but hopefully still worthwhile.
Please let me know if you have any problems with the patch. Dan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cppunit-devel mailing list Cppunit-devel@... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
| Free embeddable forum powered by Nabble | Forum Help |