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

Unified Diff: webrtc/api/api.gyp

Issue 1928653005: Fix all -Wnon-virtual-dtor warnings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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/api_tests.gyp » ('j') | webrtc/media/base/codec.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 12675953276c37776f09d1940466b985adb4cdbf..aa5b04633e877d065c929f72a58375269c4e674a 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -66,7 +66,6 @@
'-Wextra',
],
'cflags_cc!': [
- '-Wnon-virtual-dtor',
'-Woverloaded-virtual',
],
'msvs_disabled_warnings': [
@@ -207,7 +206,6 @@
'-Wno-sign-compare',
],
'cflags_cc!': [
- '-Wnon-virtual-dtor',
'-Woverloaded-virtual',
],
'conditions': [
« no previous file with comments | « no previous file | webrtc/api/api_tests.gyp » ('j') | webrtc/media/base/codec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698