Forgot warning push

This commit is contained in:
Levi Behunin
2021-10-23 02:27:10 -06:00
committed by GitHub
parent f7f1078e6d
commit a9de7a738f

View File

@@ -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