clean code, clean up the warning

pull/2336/head
Aengus.Jiang 3 years ago
parent 76fb40d954
commit 184fae06d7

@ -10,4 +10,7 @@
#include <spdlog/details/periodic_worker-inl.h> #include <spdlog/details/periodic_worker-inl.h>
#include <spdlog/details/thread_pool-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>;

Loading…
Cancel
Save