summaryrefslogtreecommitdiffstats
path: root/build/internal
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 22:26:06 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 22:26:06 +0000
commitf1ea2fa47af56a08b964a5ad0512156bfcbfda11 (patch)
tree1626a8a9dfb5de1b6ec86cb2552096d2ee2f1b75 /build/internal
parenta2221350d2f9240099d88930d24c19b7745d3154 (diff)
downloadchromium_src-f1ea2fa47af56a08b964a5ad0512156bfcbfda11.zip
chromium_src-f1ea2fa47af56a08b964a5ad0512156bfcbfda11.tar.gz
chromium_src-f1ea2fa47af56a08b964a5ad0512156bfcbfda11.tar.bz2
Fix the final gcc warnings in base and net. Provide some macros to selectively disable MSVC warnings.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r--build/internal/essential.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops
index 341c7b2..d7c725b 100644
--- a/build/internal/essential.vsprops
+++ b/build/internal/essential.vsprops
@@ -19,7 +19,7 @@
WarningLevel="3"
WarnAsError="true"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355; 4503; 4819"
+ DisableSpecificWarnings="4503; 4819"
/>
<Tool
Name="VCLibrarianTool"