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

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 10384092: Disable warning in leveldb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comments Created 8 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/leveldatabase.gyp
diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp
index db59f778405e6a96d59c32cbebff312272f6671a..101df72151cc92e4dc0bbb344024f4704f831737 100644
--- a/third_party/leveldatabase/leveldatabase.gyp
+++ b/third_party/leveldatabase/leveldatabase.gyp
@@ -55,6 +55,13 @@
'include_dirs': [
'src/port/win',
],
+ # Patch posted for upstream, can be removed once that's landed and
+ # rolled into Chromium.
+ # Internal link: https://mondrian.corp.google.com/#review/29997992
Nico 2012/05/17 17:24:45 nit: to not leak .corp links, the usual approach i
+ 'msvs_disabled_warnings': [
+ # Signed/unsigned comparison.
+ 4018,
+ ],
}],
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698