[Cppunit-cvs] cppunit ChangeLog,1.238,1.239
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-10-13 20:36:02
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21741 Modified Files: ChangeLog Log Message: * removed most warning when compiling with vc++ 6sp6. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.238 retrieving revision 1.239 diff -C2 -d -r1.238 -r1.239 *** ChangeLog 30 Jul 2005 07:04:07 -0000 1.238 --- ChangeLog 13 Oct 2005 20:35:50 -0000 1.239 *************** *** 1,3 **** --- 1,7 ---- 2005-07-30 Baptiste Lepilleur <gai...@fr...> + * include/cppunit/config/SourcePrefix.h: added, prefix added at begining of sources + to remove warning. Removed most warning when compiling with VC++ 6sp6. + + 2005-07-30 Baptiste Lepilleur <gai...@fr...> * include/cppunit/config/config-msvc6.h: auto-detect if RTTI are enabled |