From a9c33075f2f2b8ca6ffb699308a282e385a726b9 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 19 Aug 2014 20:20:29 -0700 Subject: [PATCH] msvc: enable compiler warnings as errors. --- Source/VSProps/Base.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 95e73f7e22..85d8ceb1d3 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -54,6 +54,7 @@ PSAPI_VERSION=1;_M_X86=1;%(PreprocessorDefinitions) _ARCH_64=1;_M_X86_64=1;%(PreprocessorDefinitions) Level3 + true true 16Bytes false