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

Unified Diff: webrtc/api/api.gyp

Issue 2035593003: Re-enabling -Woverloaded-virtual. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: 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 | no next file » | 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 13343a1af3525b853bb76e050bc7a8886ce8e929..26720cfb6bd96e2b0d97896d7067f6ea6611d8f9 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -67,9 +67,6 @@
'cflags!': [
'-Wextra',
],
- 'cflags_cc!': [
- '-Woverloaded-virtual',
- ],
'msvs_disabled_warnings': [
4245, # conversion from 'int' to 'size_t', signed/unsigned mismatch.
4267, # conversion from 'size_t' to 'int', possible loss of data.
@@ -207,9 +204,6 @@
'cflags': [
'-Wno-sign-compare',
],
- 'cflags_cc!': [
- '-Woverloaded-virtual',
- ],
'conditions': [
['clang==1', {
'cflags!': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698