diff --git a/src/common/atomic_threadsafe_queue.h b/src/common/atomic_threadsafe_queue.h index 4350266f01..d2208013b5 100644 --- a/src/common/atomic_threadsafe_queue.h +++ b/src/common/atomic_threadsafe_queue.h @@ -22,6 +22,7 @@ SOFTWARE. #pragma once #ifdef _MSC_VER +#pragma warning(push) #pragma warning(disable : 4324) #endif @@ -236,4 +237,4 @@ using MPMCQueue = mpmc::Queue; #ifdef _MSC_VER #pragma warning(pop) -#endif \ No newline at end of file +#endif