Merge pull request #2336 from aengusjiang/v1.x

[issues/2332]clean code, clean up the warning
This commit is contained in:
Gabi Melman
2022-04-21 15:17:14 +03:00
committed by GitHub

View File

@@ -10,4 +10,7 @@
#include <spdlog/details/periodic_worker-inl.h>
#include <spdlog/details/thread_pool-inl.h>
template class SPDLOG_API spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>;
/*
* comment the declaration for the warning: type attributes ignored after type is already defined [-Wattributes]
*/
//template class SPDLOG_API spdlog::details::mpmc_blocking_queue<spdlog::details::async_msg>;