diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-20 19:54:12 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-20 19:54:12 +0000 |
commit | 90c5e8612c9fce08cb8f9af4b723c0de6f8c05af (patch) | |
tree | a1304f82e489e6945849d3e0c68312ef5d67b61e /build/internal | |
parent | 247e24728016f366f80bda88a3d4b8d7efd2dafe (diff) | |
download | chromium_src-90c5e8612c9fce08cb8f9af4b723c0de6f8c05af.zip chromium_src-90c5e8612c9fce08cb8f9af4b723c0de6f8c05af.tar.gz chromium_src-90c5e8612c9fce08cb8f9af4b723c0de6f8c05af.tar.bz2 |
Disable warning 4355 on Windows builds: "'this' : used in base member initializer list".
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/essential.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index d7c725b..341c7b2 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -19,7 +19,7 @@ WarningLevel="3" WarnAsError="true" DebugInformationFormat="3" - DisableSpecificWarnings="4503; 4819" + DisableSpecificWarnings="4355; 4503; 4819" /> <Tool Name="VCLibrarianTool" |