mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Merge pull request #2336 from aengusjiang/v1.x
[issues/2332]clean code, clean up the warning
This commit is contained in:
commit
78fbc69c94
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user