diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 18:14:26 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 18:14:26 +0000 |
commit | 9602d040b8a0bdb25a67ac20c0f2a11cb4e86553 (patch) | |
tree | 6eac2dbfa9f346ded1a0d20647b9d5b4e2141ee5 /third_party | |
parent | b7cc9c171bf50583872e1363f6f1a58f8d798516 (diff) | |
download | chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.zip chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.tar.gz chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.tar.bz2 |
Reduce the number of warnings in third party code.
Review URL: http://codereview.chromium.org/16584
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libxml/build/libxml.vcproj | 82 | ||||
-rw-r--r-- | third_party/libxml/build/libxml.vsprops | 12 | ||||
-rw-r--r-- | third_party/sqlite/sqlite.vsprops | 2 |
3 files changed, 87 insertions, 9 deletions
diff --git a/third_party/libxml/build/libxml.vcproj b/third_party/libxml/build/libxml.vcproj index 9d1ef66..2c052d3 100644 --- a/third_party/libxml/build/libxml.vcproj +++ b/third_party/libxml/build/libxml.vcproj @@ -12,50 +12,114 @@ Name="Win32" /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\libxml.vsprops" > <Tool - Name="VCLibrarianTool" + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" /> <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLibrarianTool" /> <Tool - Name="VCCLCompilerTool" + Name="VCALinkTool" /> <Tool - Name="VCPreBuildEventTool" + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\libxml.vsprops" > <Tool - Name="VCLibrarianTool" + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" /> <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLibrarianTool" /> <Tool - Name="VCCLCompilerTool" + Name="VCALinkTool" /> <Tool - Name="VCPreBuildEventTool" + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" /> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Name="include" @@ -450,4 +514,6 @@ > </File> </Files> + <Globals> + </Globals> </VisualStudioProject> diff --git a/third_party/libxml/build/libxml.vsprops b/third_party/libxml/build/libxml.vsprops new file mode 100644 index 0000000..9f01fdf --- /dev/null +++ b/third_party/libxml/build/libxml.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="libxml" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4101;4133" + /> +</VisualStudioPropertySheet> diff --git a/third_party/sqlite/sqlite.vsprops b/third_party/sqlite/sqlite.vsprops index 45f926a..3d87960 100644 --- a/third_party/sqlite/sqlite.vsprops +++ b/third_party/sqlite/sqlite.vsprops @@ -7,6 +7,6 @@ <Tool Name="VCCLCompilerTool" PreprocessorDefinitions="SQLITE_ENABLE_FTS2;SQLITE_ENABLE_BROKEN_FTS2;SQLITE_ENABLE_ICU;SQLITE_SECURE_DELETE;THREADSAFE;_CRT_NONSTDC_NO_DEPRECATE" - DisableSpecificWarnings="4244" + DisableSpecificWarnings="4018;4090;4244" /> </VisualStudioPropertySheet> |