Last change
on this file since 876 was
876,
checked in by sam, 9 years ago
|
contrib: add a precompiled Win32 version of CppUnit and update build system
accordingly.
|
File size:
290 bytes
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.