From 9d4df8bcd4ee0710f9436bed437ec8ee81d5b5bb Mon Sep 17 00:00:00 2001 From: rtel 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2701 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 -- 2.39.2