From 17b18c8b7e9a3dd8519c17a64217865a94def340 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 23 Jul 2019 17:30:18 +0000 Subject: [PATCH] Reduce warning level in Visual Studio project as it generates lots of warnings in the library files. --- FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj b/FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj index 87c034b6e..cd7a90f24 100644 --- a/FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj +++ b/FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj @@ -48,7 +48,7 @@ .\Debug/ .\Debug/ .\Debug/ - EnableAllWarnings + Level4 true EditAndContinue false