diff --git a/cpprest-2.10.1-fix-warning-due-to-boost-1.66.patch b/cpprest-2.10.1-fix-warning-due-to-boost-1.66.patch deleted file mode 100644 index 0ad1de4..0000000 --- a/cpprest-2.10.1-fix-warning-due-to-boost-1.66.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 17a198081379384ed9373828f905592ce9c4bdf3 Mon Sep 17 00:00:00 2001 -From: Robert Schumacher -Date: Wed, 3 Jan 2018 14:09:36 -0800 -Subject: [PATCH] Fix warning due to boost 1.66 - ---- - Release/include/pplx/threadpool.h | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/Release/include/pplx/threadpool.h b/Release/include/pplx/threadpool.h -index c67db358..db1e97c8 100644 ---- a/Release/include/pplx/threadpool.h -+++ b/Release/include/pplx/threadpool.h -@@ -67,9 +67,10 @@ public: - boost::asio::io_service& service() { return m_service; } - - protected: -- threadpool(size_t num_threads) : m_service(num_threads) {} -+ threadpool(size_t num_threads) : m_service(static_cast(num_threads)) {} - - boost::asio::io_service m_service; - }; - - } -+ --- -2.14.3 - diff --git a/cpprest.spec b/cpprest.spec index c58eeb5..73d1877 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -112,6 +112,7 @@ cd Release/build.release/Binaries * Mon Feb 12 2018 Wolfgang Stöggl - 2.10.2-1 - New upstream version - Update disable-outside-and-failing-tests.patch +- Remove cpprest-2.10.1-fix-warning-due-to-boost-1.66.patch * Sun Feb 11 2018 Wolfgang Stöggl - 2.10.1-4 - Rebuilt for Boost 1.66