From aca58c6f257e86c48dcd01b5ef412c87b7116736 Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Thu, 15 Jun 2023 21:58:15 +0100 Subject: [PATCH] fix build --- quill/include/quill/detail/backend/BackendWorker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quill/include/quill/detail/backend/BackendWorker.h b/quill/include/quill/detail/backend/BackendWorker.h index 4fcfa7cc..8b92eada 100644 --- a/quill/include/quill/detail/backend/BackendWorker.h +++ b/quill/include/quill/detail/backend/BackendWorker.h @@ -179,7 +179,7 @@ class BackendWorker * @param thread_context thread context * @return start position of read */ - QUILL_ATTRIBUTE_HOT QUILL_NODISCARD inline std::byte* _read_unbounded_queue(UnboundedQueue& queue, + QUILL_NODISCARD QUILL_ATTRIBUTE_HOT inline std::byte* _read_unbounded_queue(UnboundedQueue& queue, ThreadContext* thread_context); /**