From: rtel Date: Tue, 23 Jul 2019 17:30:18 +0000 (+0000) Subject: Reduce warning level in Visual Studio project as it generates lots of warnings in... X-Git-Tag: V10.3.0~120 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d4df8bcd4ee0710f9436bed437ec8ee81d5b5bb;p=freertos 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 --- 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