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

Unified Diff: webrtc/BUILD.gn

Issue 1921653002: Enable -Winconsistent-missing-override flag. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 4 years, 8 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 | webrtc/api/dtmfsender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 3ae09da2c90383b7c9c9d8111e293150ce2091b0..b31a07c83da4322974da14a3367082f03a6edf6b 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -117,6 +117,7 @@ config("common_config") {
cflags += [
"-Wimplicit-fallthrough",
"-Wthread-safety",
+ "-Winconsistent-missing-override",
]
}
}
« no previous file with comments | « no previous file | webrtc/api/dtmfsender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698