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

Unified Diff: third_party/usrsctp/usrsctp.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 | « third_party/cld/cld.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/usrsctp/usrsctp.gyp
diff --git a/third_party/usrsctp/usrsctp.gyp b/third_party/usrsctp/usrsctp.gyp
index e0eefea831b023f2667ecabae1364047003e85bc..4f82ff803abcb55adbe6cb65be0e1449f02eafac 100644
--- a/third_party/usrsctp/usrsctp.gyp
+++ b/third_party/usrsctp/usrsctp.gyp
@@ -162,7 +162,7 @@
'cflags': [ '/w' ],
# TODO(ldixon) : Remove this disabling of warnings by pushing a
# fix upstream to usrsctp
- 'msvs_disabled_warnings': [ 4002, 4013, 4018, 4133, 4267, 4313, 4700 ],
+ 'msvs_disabled_warnings': [ 4002, 4013, 4133, 4267, 4313, 4700 ],
}, { # OS != "win",
'defines': [
'NON_WINDOWS_DEFINE',
« no previous file with comments | « third_party/cld/cld.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698