From 7203ad09bbea6f36cee45aed167b51160dbab90a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 30 Jun 2004 10:17:00 +0000 Subject: [PATCH] Removed gcc-3.4 warning (causes more issues than it solves). [SVN r23283] --- include/boost/config/stdlib/libstdcpp3.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/config/stdlib/libstdcpp3.hpp b/include/boost/config/stdlib/libstdcpp3.hpp index c52a2f3b..796ad1bd 100644 --- a/include/boost/config/stdlib/libstdcpp3.hpp +++ b/include/boost/config/stdlib/libstdcpp3.hpp @@ -30,7 +30,6 @@ // while others do not... // # define BOOST_HAS_THREADS -# warning "Boost threading support turned on, you may need to link against -lpthread unless you define BOOST_DISABLE_THREADS when building." # else # define BOOST_DISABLE_THREADS # endif