From a0e7ec171d68a17f8bcaeb5d8f4af881c3510280 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 25 Nov 2019 21:13:11 -0800 Subject: RM duplicate includes --- Source/pch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/pch.h') diff --git a/Source/pch.h b/Source/pch.h index d431d61..9e39f33 100644 --- a/Source/pch.h +++ b/Source/pch.h @@ -20,6 +20,7 @@ #include #pragma warning (disable: 26451) // Potential arithmetic overflow +#pragma warning (disable: 26812) // Unscoped enum type #include "MemoryException.h" #include "Memory.h" -- cgit 1.4.1