clean code, clean up the warning

This commit is contained in:
Aengus.Jiang 2022-04-10 13:13:59 +08:00
parent 76fb40d954
commit 184fae06d7

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>;