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) --- source/core/core.vcxproj | 4 ++++ source/slang/slang.vcxproj | 6 +++++- source/slangc/slangc.vcxproj | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/core/core.vcxproj b/source/core/core.vcxproj index 350482686..c37f2fad2 100644 --- a/source/core/core.vcxproj +++ b/source/core/core.vcxproj @@ -121,6 +121,7 @@ MultiThreadedDebug false Default + true Windows @@ -141,6 +142,7 @@ true false Default + true Windows @@ -164,6 +166,7 @@ WIN32;NDEBUG;_LIB;WINDOWS_PLATFORM;%(PreprocessorDefinitions);GLEW_STATIC MultiThreaded false + true Windows @@ -186,6 +189,7 @@ WIN32;NDEBUG;_LIB;WINDOWS_PLATFORM;%(PreprocessorDefinitions);GLEW_STATIC MultiThreaded false + true Windows diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index c50eaaae4..984ec7011 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -94,6 +94,7 @@ ../ MultiThreadedDebug false + true Console @@ -111,6 +112,7 @@ MultiThreadedDebug true false + true Console @@ -122,7 +124,7 @@ - Level3 + Level4 MaxSpeed @@ -132,6 +134,7 @@ ../ MultiThreaded false + true Console @@ -152,6 +155,7 @@ ../ MultiThreaded false + true Console diff --git a/source/slangc/slangc.vcxproj b/source/slangc/slangc.vcxproj index 10974a853..b39afbe45 100644 --- a/source/slangc/slangc.vcxproj +++ b/source/slangc/slangc.vcxproj @@ -94,6 +94,7 @@ MultiThreadedDebug ../;../SpireLib false + true Console @@ -110,6 +111,7 @@ MultiThreadedDebug ../;../SpireLib false + true Console @@ -128,6 +130,7 @@ MultiThreaded ../;../SpireLib false + true Console @@ -148,6 +151,7 @@ MultiThreaded ../;../SpireLib false + true Console -- cgit v1.2.3