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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1686363002: Motown: ffmpeg implementations of framework 'parts' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Changed the way AVBuffer allocation/deallocation is done in the ffmpeg audio decoder. Created 4 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
« no previous file with comments | « no previous file | services/media/BUILD.gn » ('j') | services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index da32a2634e5fbde6aad9e1a1a053be34c0b810d1..8505a9f49f11195b279f0dd8c7982affd518e96b 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -914,6 +914,14 @@ config("no_chromium_code") {
cflags += default_warning_flags
cflags_cc += default_warning_flags_cc
+
+ if (is_clang) {
+ cflags += [
+ # TODO(dalesat): Remove once not broken by third party (ffmpeg).
+ # See https://github.com/domokit/mojo/issues/692.
+ "-Wno-constant-conversion",
+ ]
+ }
}
# rtti ------------------------------------------------------------------------
« no previous file with comments | « no previous file | services/media/BUILD.gn » ('j') | services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698