Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1655)

Unified Diff: net/third_party/nss/ssl.gyp

Issue 1246863002: Enable MSVC warning C4018 for various directories that seem to pass as-is. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Included 1 extra dir Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_test.gyp ('k') | third_party/cld/cld.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl.gyp
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index c09f306208e58291b06efa587a29f78bb59db106..89319ae59c71b73a0e18ef46f74ffcf4282d0f35 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -62,7 +62,7 @@
'NSS_ENABLE_ECC',
'USE_UTIL_DIRECTLY',
],
- 'msvs_disabled_warnings': [4018, 4244, 4267],
+ 'msvs_disabled_warnings': [4244, 4267],
'variables': {
'clang_warning_flags_unset': [
# ssl uses PR_ASSERT(!"foo") instead of PR_ASSERT(false && "foo")
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_test.gyp ('k') | third_party/cld/cld.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698