summaryrefslogtreecommitdiff
path: root/include/cppunit/config/SourcePrefix.h
Commit message (Collapse)AuthorAgeFilesLines
* Include/cppunit/config/SourcePrefix.Baptiste Lepilleur2005-11-061-0/+3
| | | | | | | | | | | | | | | | | | include/cppunit/config/SourcePrefix.h: disable warning #4996 (sprintf is deprecated) for visual studio 2005. * include/cppunit/TestAssert.h: use sprintf_s instead of sprintf for visual studio 2005. * examples/ClockerPlugIn/ClockerPlugIn.cpp * examples/DumperPlugIn/DumperPlugIn.cpp: use SourcePrefix.h. Fixed wrong macro usage to implement DllMain. * examples/msvc6/HostApp/ExamplesTestCase.h * examples/msvc6/HostApp/ExamplesTestCase.cpp * examples/simple/ExamplesTestCase.h * examples/simple/ExamplesTestCase.cpp: removed divideByZero test case as it cause some crash on some platforms.
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-131-0/+11