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

Unified Diff: webrtc/build/common.gypi

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 | « webrtc/base/sslstreamadapter_unittest.cc ('k') | webrtc/call/call_perf_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index f8446d9f91bce9e16aa52cd9dfc5df9ae293007e..5335cc8b16a8ffe0f679977fe28435ad11e0185c 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -313,6 +313,7 @@
'cflags': [
'-Wimplicit-fallthrough',
'-Wthread-safety',
+ '-Winconsistent-missing-override',
kjellander_webrtc 2016/04/27 14:11:35 Please add this warning to https://code.google.com
],
}],
],
« no previous file with comments | « webrtc/base/sslstreamadapter_unittest.cc ('k') | webrtc/call/call_perf_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698