From 5be2e1adea142d98f96d61718d70c48a0961e609 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Thu, 13 Oct 2005 19:13:16 +0000 Subject: removed most warning when compiling with vc++ 6sp6. --- include/cppunit/config/SourcePrefix.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/cppunit/config/SourcePrefix.h (limited to 'include/cppunit') diff --git a/include/cppunit/config/SourcePrefix.h b/include/cppunit/config/SourcePrefix.h new file mode 100644 index 0000000..4eb06d0 --- /dev/null +++ b/include/cppunit/config/SourcePrefix.h @@ -0,0 +1,11 @@ +#ifndef CPPUNIT_CONFIG_H_INCLUDED +#define CPPUNIT_CONFIG_H_INCLUDED + +#include + +#ifdef _MSC_VER +#pragma warning(disable: 4018 4284 4146) +#endif + + +#endif // CPPUNIT_CONFIG_H_INCLUDED -- cgit v1.2.1