|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58192 - in trunk/libs/filesystem/test/msvc: . convenience_test deprecated_test filesystem_dll fstream_test large_file_support_test mbcopy operations_test path_test simple_ls system_dll wide_test
From: bdawes_at_[hidden]
Date: 2009-12-06 11:53:21
Author: bemandawes
Date: 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
New Revision: 58192
URL: http://svn.boost.org/trac/boost/changeset/58192
Log:
Set warning level to -W4
Text files modified:
trunk/libs/filesystem/test/msvc/boost_filesystem.sln | 10 ----------
trunk/libs/filesystem/test/msvc/common.vsprops | 1 +
trunk/libs/filesystem/test/msvc/convenience_test/convenience_test.vcproj | 2 --
trunk/libs/filesystem/test/msvc/deprecated_test/deprecated_test.vcproj | 2 --
trunk/libs/filesystem/test/msvc/filesystem_dll/filesystem_dll.vcproj | 2 --
trunk/libs/filesystem/test/msvc/fstream_test/fstream_test.vcproj | 4 ++--
trunk/libs/filesystem/test/msvc/large_file_support_test/large_file_support_test.vcproj | 4 ++--
trunk/libs/filesystem/test/msvc/mbcopy/mbcopy.vcproj | 2 --
trunk/libs/filesystem/test/msvc/operations_test/operations_test.vcproj | 2 --
trunk/libs/filesystem/test/msvc/path_test/path_test.vcproj | 2 --
trunk/libs/filesystem/test/msvc/simple_ls/simple_ls.vcproj | 4 ----
trunk/libs/filesystem/test/msvc/system_dll/system_dll.vcproj | 2 --
trunk/libs/filesystem/test/msvc/wide_test/wide_test.vcproj | 2 --
13 files changed, 5 insertions(+), 34 deletions(-)
Modified: trunk/libs/filesystem/test/msvc/boost_filesystem.sln
==============================================================================
--- trunk/libs/filesystem/test/msvc/boost_filesystem.sln (original)
+++ trunk/libs/filesystem/test/msvc/boost_filesystem.sln 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -62,12 +62,6 @@
{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 @@
{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
Modified: trunk/libs/filesystem/test/msvc/common.vsprops
==============================================================================
--- trunk/libs/filesystem/test/msvc/common.vsprops (original)
+++ trunk/libs/filesystem/test/msvc/common.vsprops 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -9,5 +9,6 @@
AdditionalIncludeDirectories="../../../../.."
PreprocessorDefinitions="BOOST_ALL_NO_LIB;BOOST_SYSTEM_DYN_LINK;BOOST_FILESYSTEM_DYN_LINK"
ExceptionHandling="2"
+ WarningLevel="4"
/>
</VisualStudioPropertySheet>
Modified: trunk/libs/filesystem/test/msvc/convenience_test/convenience_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/convenience_test/convenience_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/convenience_test/convenience_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -122,7 +121,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/deprecated_test/deprecated_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/deprecated_test/deprecated_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/deprecated_test/deprecated_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -122,7 +121,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/filesystem_dll/filesystem_dll.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/filesystem_dll/filesystem_dll.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/filesystem_dll/filesystem_dll.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -48,7 +48,6 @@
RuntimeLibrary="3"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -121,7 +120,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/fstream_test/fstream_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/fstream_test/fstream_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/fstream_test/fstream_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
DebugInformationFormat="4"
/>
<Tool
@@ -122,7 +122,7 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/large_file_support_test/large_file_support_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/large_file_support_test/large_file_support_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/large_file_support_test/large_file_support_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
DebugInformationFormat="4"
/>
<Tool
@@ -122,7 +122,7 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/mbcopy/mbcopy.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/mbcopy/mbcopy.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/mbcopy/mbcopy.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -121,7 +120,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/operations_test/operations_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/operations_test/operations_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/operations_test/operations_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -122,7 +121,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/path_test/path_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/path_test/path_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/path_test/path_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -122,7 +121,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/simple_ls/simple_ls.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/simple_ls/simple_ls.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/simple_ls/simple_ls.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -86,7 +85,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description=""
CommandLine=""
/>
</Configuration>
@@ -122,7 +120,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
@@ -163,7 +160,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description=""
CommandLine=""
/>
</Configuration>
Modified: trunk/libs/filesystem/test/msvc/system_dll/system_dll.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/system_dll/system_dll.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/system_dll/system_dll.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -47,7 +47,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -120,7 +119,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Modified: trunk/libs/filesystem/test/msvc/wide_test/wide_test.vcproj
==============================================================================
--- trunk/libs/filesystem/test/msvc/wide_test/wide_test.vcproj (original)
+++ trunk/libs/filesystem/test/msvc/wide_test/wide_test.vcproj 2009-12-06 11:53:20 EST (Sun, 06 Dec 2009)
@@ -48,7 +48,6 @@
RuntimeLibrary="3"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
@@ -123,7 +122,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk