Hi all
while compiling 1.9.11 with the free Borland 5.5
command line compiler I've received 28 warning
messages. I attach here the output of the make
command.
While few of the warnings are not really relevant (but it
would be nice to remove them) some of them might
point to bugs.
An especially annoying warning is:
Warning
W8022 ..\include\cppunit/ui/text/TextTestRunner.h
88: 'TextTestRunner::run(std::string,bool,bool,bool)'
hides virtual function 'TestRunner::run(TestResult
&,const std::string &)'
which cames up even as cppunit end user while
compiling my (QuantLib, see http://quantlib.org\) test
suite with Borland.
ciao -- Nando
PS I'm willing to report on Borland compilation for the
next releases if requested
make output
Logged In: NO
+1 for the TextTestRunner::run warning W8022.
-- David Bruce