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

Unified Diff: third_party/cld/cld.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 | « net/third_party/nss/ssl.gyp ('k') | third_party/usrsctp/usrsctp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld/cld.gyp
diff --git a/third_party/cld/cld.gyp b/third_party/cld/cld.gyp
index cf4943c6f92cda61ce27525ff3a5bb93309d2f50..473cb9e519f82d3af1919837cc3d8d5b9350fc7c 100644
--- a/third_party/cld/cld.gyp
+++ b/third_party/cld/cld.gyp
@@ -110,7 +110,7 @@
],
},
# TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int
- 'msvs_disabled_warnings': [4005, 4006, 4018, 4244, 4309, 4800, 4267],
+ 'msvs_disabled_warnings': [4005, 4006, 4244, 4309, 4800, 4267],
}, {
'direct_dependent_settings': {
'defines': [
« no previous file with comments | « net/third_party/nss/ssl.gyp ('k') | third_party/usrsctp/usrsctp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698