From e1710807292544775dc6a0eb338af081fb94493e Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 7 Nov 2017 21:43:39 -0500 Subject: turn on 'treat warnings as errors' (#266) --- tools/render-test/render-test.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/render-test') diff --git a/tools/render-test/render-test.vcxproj b/tools/render-test/render-test.vcxproj index 0b0f6b05e..a175d3973 100644 --- a/tools/render-test/render-test.vcxproj +++ b/tools/render-test/render-test.vcxproj @@ -98,6 +98,7 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) ../../source/ MultiThreadedDebug + true Console @@ -113,6 +114,7 @@ _DEBUG;_WINDOWS;%(PreprocessorDefinitions) ../../source/ MultiThreadedDebug + true Console @@ -130,6 +132,7 @@ WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) ../../source/ MultiThreaded + true Console @@ -149,6 +152,7 @@ NDEBUG;_WINDOWS;%(PreprocessorDefinitions) ../../source/ MultiThreaded + true Console -- cgit v1.2.3