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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2537293003: Remove warning suppression from VideoToolboxEncoder (Closed)
Patch Set: Created 4 years 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: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index 625c28fbf8cb9feab4b433ed59f64a922cac2bff..7d2036b3c0b0faa4ff81a803e5970eafa08d70c5 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -30,14 +30,6 @@ if (is_ios || is_mac) {
"objc/Framework/Headers",
]
}
- config("webrtc_h264_video_toolbox_warnings_config") {
- if (is_clang) {
- # TODO(tkchin): Make webrtc_h264_video_toolbox compile with the standard set
- # of warnings.
- # See https://bugs.chromium.org/p/webrtc/issues/detail?id=6307
- cflags = [ "-Wno-thread-safety-analysis" ]
- }
- }
rtc_static_library("rtc_sdk_common_objc") {
deps = [
@@ -385,7 +377,6 @@ if (is_ios || is_mac) {
]
configs += [
- ":webrtc_h264_video_toolbox_warnings_config",
"//webrtc:common_objc",
"//build/config/compiler:enable_arc",
]
« 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