diff --git a/include/spdlog/details/thread_pool.h b/include/spdlog/details/thread_pool.h index 29f5d9d4..b7eb6caa 100644 --- a/include/spdlog/details/thread_pool.h +++ b/include/spdlog/details/thread_pool.h @@ -64,8 +64,8 @@ struct async_msg return *this; } #else // (_MSC_VER) && _MSC_VER <= 1800 - async_msg(async_msg &&other) = default; - async_msg &operator=(async_msg &&other) = default; + async_msg(async_msg &&) = default; + async_msg &operator=(async_msg &&) = default; #endif // construct from log_msg with given type