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

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: Rebased Created 4 years, 7 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') | no next file with comments »
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 e705831b0a6a7744d59909f3608f0371d944463d..377ef8f70be8de9c2db2fed97b353512e74717b9 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698