CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SourcePrefix.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_CONFIG_H_INCLUDED
00002 #define CPPUNIT_CONFIG_H_INCLUDED
00003 
00004 #include <cppunit/Portability.h>
00005 
00006 #ifdef _MSC_VER
00007 #pragma warning(disable: 4018 4284 4146)
00008 #if _MSC_VER >= 1400
00009 #pragma warning(disable: 4996)          // sprintf is deprecated
00010 #endif
00011 #endif
00012 
00013 
00014 #endif // CPPUNIT_CONFIG_H_INCLUDED

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers