Suppress some warnings on visual c++ 7.1.

[SVN r57921]
This commit is contained in:
Daniel James
2009-11-25 09:14:16 +00:00
parent d3fe62a646
commit 7b2c5189b3
3 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
#if defined(BOOST_MSVC)
#pragma warning(push)
#pragma warning(disable:4100) // unreferenced formal parameter
#pragma warning(disable:4610) // class can never be instantiated
#pragma warning(disable:4510) // default constructor could not be generated
#endif
#include <boost/concept_check.hpp>