Reduce warning level in Visual Studio project as it generates lots of warnings in the library files.

pull/1/head
Richard Barry 6 years ago
parent d1dd8da12e
commit 17b18c8b7e

@ -48,7 +48,7 @@
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
<ObjectFileName>.\Debug/</ObjectFileName>
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
<WarningLevel>EnableAllWarnings</WarningLevel>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableLanguageExtensions>false</DisableLanguageExtensions>

Loading…
Cancel
Save