Submitted by: Hari Nayar E-mail: hnayar@earthlink.net
The following warning from CppUnit appears to be
related to a
mis-match between
the definition of the virtual function
TestRunner::run() in TestRunner.h
and in the derived class
function TextTestRunner::run() in TextTestRunner.h.
--------------------------------------------------------------------------------------------------------------------------------
/.../installation_dir/cppunit/ix86-linux-gcc3.2-glibc2.3/include/cppunit/TestRunner.h:95:
warning: `
virtual void
CppUnit::TestRunner::run(CppUnit::TestResult&, const
std::string&)' was hidden
/.../installation_dir/cppunit/ix86-linux-gcc3.2-glibc2.3/include/cppunit/ui/text/TextTestRunner.h:73:
warning:
by `bool
CppUnit::TextTestRunner::run(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
bool, bool, bool)'
--------------------------------------------------------------------------------------------------------------------------------
Logged In: YES
user_id=1009278
A patch for this bug is available here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1461141&group_id=11795&atid=311795
Normally I would have attached it to this bug report, but
there is no "Attach file" box in this form, even though
there is an (empty) table with the title "Attached files".