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

Unified Diff: jingle/BUILD.gn

Issue 929793006: Update existing uses of /wd4267 to use the GN config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x64
Patch Set: Created 5 years, 10 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
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 1940dfc9352808ca2aa26659c722f46c0a01453f..ce66666ca37097b1dc13bf18b072e4a3a14105cf 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -21,6 +21,8 @@ if (enable_webrtc || !is_android) {
"//base/third_party/dynamic_annotations",
"//net",
]
+
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
# A library for sending and receiving peer-issued notifications.

Powered by Google App Engine
This is Rietveld 408576698