Suppress another warning.

[SVN r58078]
This commit is contained in:
Daniel James
2009-12-01 08:52:10 +00:00
parent ec3632c322
commit 33e7610ed7

View File

@@ -11,6 +11,7 @@
#if defined(BOOST_MSVC)
#pragma warning(push)
#pragma warning(disable:4244) // conversion from 'int' to 'float'
#pragma warning(disable:4245) // signed/unsigned mismatch
#endif