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

Unified Diff: base/base.gypi

Issue 1246833003: Fix and enable MSVC warning C4018 for base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | base/debug/gdi_debug_util_win.cc » ('j') | base/files/file_enumerator_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 7ffad5417a084a07725fcd1adfb268f89ba5a350..0d0b8e172c6c970dc203cb61386788b2a2280683 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -764,9 +764,6 @@
'include_dirs': [
'..',
],
- 'msvs_disabled_warnings': [
- 4018,
- ],
'target_conditions': [
['OS == "mac" or OS == "ios"', {
'sources!': [
« no previous file with comments | « no previous file | base/debug/gdi_debug_util_win.cc » ('j') | base/files/file_enumerator_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698