From cafa5f190364917905184c233ef31797cc306c82 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 28 Jan 2014 10:47:32 +0000 Subject: [PATCH] silence gcc warning --- include/libtorrent/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index 4ff59bab8..3568747ef 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -57,7 +57,7 @@ POSSIBILITY OF SUCH DAMAGE. #if !defined BOOST_ASIO_SEPARATE_COMPILATION && !defined BOOST_ASIO_DYN_LINK #error you must define either BOOST_ASIO_SEPARATE_COMPILATION or BOOST_ASIO_DYN_LINK in your project in \ - order for asio's declarations to be correct. If you are linking dynamically against libtorrent, define \ + order for asios declarations to be correct. If you are linking dynamically against libtorrent, define \ BOOST_ASIO_DYN_LINK otherwise BOOST_ASIO_SEPARATE_COMPILATION. You can also use pkg-config or boost \ build, to automatically apply these defines #endif