diff --git a/src/async.cpp b/src/async.cpp index b7443dfc..b49af63e 100644 --- a/src/async.cpp +++ b/src/async.cpp @@ -10,4 +10,7 @@ #include #include -template class SPDLOG_API spdlog::details::mpmc_blocking_queue; +/* + * comment the declaration for the warning: type attributes ignored after type is already defined [-Wattributes] + */ +//template class SPDLOG_API spdlog::details::mpmc_blocking_queue;