CppUnit project page
FAQ
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
cppunit
config
SourcePrefix.h
Go to the documentation of this file.
1
#ifndef CPPUNIT_CONFIG_H_INCLUDED
2
#define CPPUNIT_CONFIG_H_INCLUDED
3
4
#include <
cppunit/Portability.h
>
5
6
#ifdef _MSC_VER
7
#pragma warning(disable: 4018 4284 4146)
8
#if _MSC_VER >= 1400
9
#pragma warning(disable: 4996) // sprintf is deprecated
10
#endif
11
#endif
12
13
14
#endif // CPPUNIT_CONFIG_H_INCLUDED
Send comments to:
CppUnit Developers