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

Unified Diff: media/audio/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: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 9820b46a31881ad63e3ca7ac8aa8ca1c160242e5..da3b05c974d8d087e05e2afa614fa1de8e1bbcca 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -243,6 +243,8 @@ source_set("audio") {
sources += get_target_outputs(":pulse_generate_stubs")
}
}
+
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
source_set("test_support") {

Powered by Google App Engine
This is Rietveld 408576698