diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 22:26:06 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 22:26:06 +0000 |
commit | f1ea2fa47af56a08b964a5ad0512156bfcbfda11 (patch) | |
tree | 1626a8a9dfb5de1b6ec86cb2552096d2ee2f1b75 /build | |
parent | a2221350d2f9240099d88930d24c19b7745d3154 (diff) | |
download | chromium_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')
-rw-r--r-- | build/SConscript.main | 1 | ||||
-rw-r--r-- | build/internal/essential.vsprops | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index 0bef1f4..1430fd7 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -212,7 +212,6 @@ if env['PLATFORM'] == 'win32': '/errorReport:prompt', - '/wd4355', '/wd4503', '/wd4819', ], 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" |