$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pbristow_at_[hidden]
Date: 2007-05-25 11:12:04
Author: pbristow
Date: 2007-05-25 11:12:03 EDT (Fri, 25 May 2007)
New Revision: 4247
URL: http://svn.boost.org/trac/boost/changeset/4247
Log:
added warning suppression
#  pragma warning(disable: 4245) // int/unsigned int conversion
Is this right or is there something else amiss?
Text files modified: 
   sandbox/math_toolkit/libs/math/test/test_factorials.cpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/math_toolkit/libs/math/test/test_factorials.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/test/test_factorials.cpp	(original)
+++ sandbox/math_toolkit/libs/math/test/test_factorials.cpp	2007-05-25 11:12:03 EDT (Fri, 25 May 2007)
@@ -7,6 +7,7 @@
 #  pragma warning(disable: 4127) // conditional expression is constant.
 #  pragma warning(disable: 4512) // assignment operator could not be generated.
 #  pragma warning(disable: 4996) // 'std::char_traits<char>::copy' was declared deprecated.
+#  pragma warning(disable: 4245) // int/unsigned int conversion
 #endif
 
 #include <boost/math/concepts/real_concept.hpp>