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

Unified Diff: webrtc/libjingle/xmpp/xmpp.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
Index: webrtc/libjingle/xmpp/xmpp.gyp
diff --git a/webrtc/libjingle/xmpp/xmpp.gyp b/webrtc/libjingle/xmpp/xmpp.gyp
index 4dc75f7b52e89df4841c383dd128fd5edb321338..37b75122b4de42184a20bd4ac492c2962d8bf6bd 100644
--- a/webrtc/libjingle/xmpp/xmpp.gyp
+++ b/webrtc/libjingle/xmpp/xmpp.gyp
@@ -19,9 +19,6 @@
'defines': [
'FEATURE_ENABLE_SSL',
],
- 'cflags_cc!': [
- '-Wnon-virtual-dtor',
- ],
'sources': [
'asyncsocket.h',
'chatroommodule.h',
@@ -98,9 +95,6 @@
'xmppthread.h',
],
'direct_dependent_settings': {
- 'cflags_cc!': [
- '-Wnon-virtual-dtor',
- ],
'defines': [
'FEATURE_ENABLE_SSL',
'FEATURE_ENABLE_VOICEMAIL',
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/media/base/codec.h » ('j') | webrtc/media/base/codec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698