Some more warning fixes for Visual C++ 7.1

[SVN r57719]
This commit is contained in:
Daniel James
2009-11-16 23:56:37 +00:00
parent ab843eb587
commit 55957bbab5
2 changed files with 1 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
#if defined(BOOST_MSVC)
#pragma warning(push)
#pragma warning(disable:4127) // conditional expression is constant
#pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int', possible loss of data
#endif
namespace test