From fc6d222bc48fa2fe2b1c2ff9dfa5a230ffc85787 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 6 Dec 2009 16:53:20 +0000 Subject: [PATCH] Set warning level to -W4 [SVN r58192] --- test/msvc/boost_filesystem.sln | 10 ---------- test/msvc/common.vsprops | 1 + test/msvc/convenience_test/convenience_test.vcproj | 2 -- test/msvc/deprecated_test/deprecated_test.vcproj | 2 -- test/msvc/filesystem_dll/filesystem_dll.vcproj | 2 -- test/msvc/fstream_test/fstream_test.vcproj | 4 ++-- .../large_file_support_test.vcproj | 4 ++-- test/msvc/mbcopy/mbcopy.vcproj | 2 -- test/msvc/operations_test/operations_test.vcproj | 2 -- test/msvc/path_test/path_test.vcproj | 2 -- test/msvc/simple_ls/simple_ls.vcproj | 4 ---- test/msvc/system_dll/system_dll.vcproj | 2 -- test/msvc/wide_test/wide_test.vcproj | 2 -- 13 files changed, 5 insertions(+), 34 deletions(-) diff --git a/test/msvc/boost_filesystem.sln b/test/msvc/boost_filesystem.sln index 750625e..7b731dc 100644 --- a/test/msvc/boost_filesystem.sln +++ b/test/msvc/boost_filesystem.sln @@ -62,12 +62,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deprecated_test", "deprecat {F31C02C7-63A4-489C-A176-695D68E5BCA4} = {F31C02C7-63A4-489C-A176-695D68E5BCA4} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ticket_2260_test", "ticket_2260_test\ticket_2260_test.vcproj", "{55659CA2-BDEC-427D-8325-C8AE1C9AFF86}" - ProjectSection(ProjectDependencies) = postProject - {15371D22-F930-4286-9126-C3516E78CB09} = {15371D22-F930-4286-9126-C3516E78CB09} - {F31C02C7-63A4-489C-A176-695D68E5BCA4} = {F31C02C7-63A4-489C-A176-695D68E5BCA4} - EndProjectSection -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -118,10 +112,6 @@ Global {EA1530CD-7058-4912-8B51-8D55A07F0A1D}.Debug|Win32.Build.0 = Debug|Win32 {EA1530CD-7058-4912-8B51-8D55A07F0A1D}.Release|Win32.ActiveCfg = Release|Win32 {EA1530CD-7058-4912-8B51-8D55A07F0A1D}.Release|Win32.Build.0 = Release|Win32 - {55659CA2-BDEC-427D-8325-C8AE1C9AFF86}.Debug|Win32.ActiveCfg = Debug|Win32 - {55659CA2-BDEC-427D-8325-C8AE1C9AFF86}.Debug|Win32.Build.0 = Debug|Win32 - {55659CA2-BDEC-427D-8325-C8AE1C9AFF86}.Release|Win32.ActiveCfg = Release|Win32 - {55659CA2-BDEC-427D-8325-C8AE1C9AFF86}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/test/msvc/common.vsprops b/test/msvc/common.vsprops index 3bb00e8..473fd35 100644 --- a/test/msvc/common.vsprops +++ b/test/msvc/common.vsprops @@ -9,5 +9,6 @@ AdditionalIncludeDirectories="../../../../.." PreprocessorDefinitions="BOOST_ALL_NO_LIB;BOOST_SYSTEM_DYN_LINK;BOOST_FILESYSTEM_DYN_LINK" ExceptionHandling="2" + WarningLevel="4" /> diff --git a/test/msvc/convenience_test/convenience_test.vcproj b/test/msvc/convenience_test/convenience_test.vcproj index 5d5eaef..c05d0e8 100644 --- a/test/msvc/convenience_test/convenience_test.vcproj +++ b/test/msvc/convenience_test/convenience_test.vcproj @@ -47,7 +47,6 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" - WarningLevel="3" DebugInformationFormat="4" /> @@ -122,7 +120,6 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" - WarningLevel="3" DebugInformationFormat="3" /> diff --git a/test/msvc/system_dll/system_dll.vcproj b/test/msvc/system_dll/system_dll.vcproj index 9fbe308..56f9a2e 100644 --- a/test/msvc/system_dll/system_dll.vcproj +++ b/test/msvc/system_dll/system_dll.vcproj @@ -47,7 +47,6 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" - WarningLevel="3" DebugInformationFormat="4" />