$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: gennadiy.rozental_at_[hidden]
Date: 2007-10-14 13:49:02
Author: rogeeff
Date: 2007-10-14 13:49:02 EDT (Sun, 14 Oct 2007)
New Revision: 40018
URL: http://svn.boost.org/trac/boost/changeset/40018
Log:
switch from non-portable warning to message
Text files modified: 
   trunk/boost/test/impl/execution_monitor.ipp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/test/impl/execution_monitor.ipp
==============================================================================
--- trunk/boost/test/impl/execution_monitor.ipp	(original)
+++ trunk/boost/test/impl/execution_monitor.ipp	2007-10-14 13:49:02 EDT (Sun, 14 Oct 2007)
@@ -57,7 +57,7 @@
 
 #  ifndef _WIN32_WINNT
 #    ifdef _WINBASE_
-#      warning Debugger check disabled. Either define _WIN32_WINNT or include Boost.Test header in front of winbase.h
+#      pragma message("Warning: Debugger check disabled. Either define _WIN32_WINNT or include Boost.Test header in front of winbase.h") 
 #    else
 #      define BOOST_TEST_DEBUGGER_CHECK
 #      define _WIN32_WINNT 0x0400