From 2cb9d2959125f26df0535827b097e46166de98a3 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 16 Feb 2012 15:48:22 +0100 Subject: [PATCH] win32 projects: fixed warning level and build options --- ports/win32/msvc8/lwIP_Test.vcproj | 6 +++--- ports/win32/msvc8/lwIP_pcapif.vcproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports/win32/msvc8/lwIP_Test.vcproj b/ports/win32/msvc8/lwIP_Test.vcproj index 3834f5a..ebddf4f 100644 --- a/ports/win32/msvc8/lwIP_Test.vcproj +++ b/ports/win32/msvc8/lwIP_Test.vcproj @@ -53,7 +53,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb" - WarningLevel="3" + WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> @@ -140,7 +140,7 @@ ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb" WarningLevel="4" SuppressStartupBanner="true" - DebugInformationFormat="3" + DebugInformationFormat="4" CompileAs="0" />