Index: webrtc/media/media.gyp |
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp |
index 230d33ab38f0c30d6d09f4c3fb3a55b1c2c28fa5..deb730a85a8c7d2b1b16a9709df4fd42627a36a7 100644 |
--- a/webrtc/media/media.gyp |
+++ b/webrtc/media/media.gyp |
@@ -107,7 +107,6 @@ |
'-Wextra', |
], |
'cflags_cc!': [ |
- '-Wnon-virtual-dtor', |
'-Woverloaded-virtual', |
], |
'msvs_disabled_warnings': [ |
@@ -248,11 +247,6 @@ |
'engine/fakewebrtcvideoengine.h', |
'engine/fakewebrtcvoiceengine.h', |
], |
- # TODO(kjellander): Make the code compile without disabling these flags. |
- # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
- 'cflags_cc!': [ |
- '-Wnon-virtual-dtor', |
- ], |
}, # target rtc_unittest_main |
{ |
'target_name': 'rtc_media_unittests', |
@@ -291,7 +285,6 @@ |
'-Wno-sign-compare', |
], |
'cflags_cc!': [ |
- '-Wnon-virtual-dtor', |
'-Woverloaded-virtual', |
], |
'msvs_disabled_warnings': [ |