Forgot warning push
This commit is contained in:
@@ -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<T, Allocator>;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user