summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-03 02:04:11 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-03 02:04:11 +0000
commit942c3a60fab777c3bc83342a932b940f81ebdbb7 (patch)
treed5e6d82482c7e17a47411e55dc548763d5eaa6ce /net/third_party
parent413eb8709a131c09ad425f344e9a0eb200674393 (diff)
downloadchromium_src-942c3a60fab777c3bc83342a932b940f81ebdbb7.zip
chromium_src-942c3a60fab777c3bc83342a932b940f81ebdbb7.tar.gz
chromium_src-942c3a60fab777c3bc83342a932b940f81ebdbb7.tar.bz2
Increase warning level to 4 on Visual Studio
This requires disabling most /W4 warnings so the patch doesn't get too large. I still fixed a few bugs so I didn't have to disable some more serious warnings. Most of these warnings are already enabled on gcc so it's mostly windows-specific code that is affected. BUG=none TEST=none Review URL: http://codereview.chromium.org/6902069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index 7a0d21e..2f64565 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -83,6 +83,7 @@
# Regrettably, NSS can't be compiled with NO_NSPR_10_SUPPORT yet.
'NO_NSPR_10_SUPPORT',
],
+ 'msvs_disabled_warnings': [4018, 4244],
'conditions': [
[ 'OS=="mac"', {
'defines': [