CppUnit project page FAQ

SourcePrefix.h
Go to the documentation of this file.
1#ifndef CPPUNIT_CONFIG_H_INCLUDED
2#define CPPUNIT_CONFIG_H_INCLUDED
3
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