Chromium Code Reviews

Unified Diff: webrtc/media/BUILD.gn

Issue 2468093004: WebRTC: Fix and enable -Woverloaded-virtual warnings. (Closed)
Patch Set: Fixed errors and reverted video capture changes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/api/test/peerconnectiontestwrapper.h ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 16fa090e53c5c4db7e70ca0b282547949bdc76f7..db9a0d60dce89e8b0722f92b417ccd1fb32b966e 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -28,7 +28,6 @@ config("rtc_media_warnings_config") {
# cannot be on the target directly.
if (!is_win) {
cflags = [ "-Wno-deprecated-declarations" ]
- cflags_cc = [ "-Wno-overloaded-virtual" ]
}
}
@@ -247,7 +246,6 @@ if (rtc_include_tests) {
}
if (!is_win) {
cflags = [ "-Wno-sign-compare" ]
- cflags_cc = [ "-Wno-overloaded-virtual" ]
}
}
« no previous file with comments | « webrtc/api/test/peerconnectiontestwrapper.h ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine