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

Unified Diff: third_party/ced/BUILD.gn

Issue 2092533003: [ced] Suppress a compiler warning on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/ced/BUILD.gn
diff --git a/third_party/ced/BUILD.gn b/third_party/ced/BUILD.gn
index 86b2f8553c6966f5630537a1bdcf8ff35a3bca19..bf6d2340e10c085a968ba5ca24f2c64539299d04 100644
--- a/third_party/ced/BUILD.gn
+++ b/third_party/ced/BUILD.gn
@@ -44,6 +44,7 @@ source_set("ced") {
cflags = [
"/wd4005", # Macro defined twice.
"/wd4006", # #undef expected an identifier.
+ "/wd4018", # '<': signed/unsigned mismatch
"/wd4309", # Truncation of constant value.
]
} else {
« 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