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

Unified Diff: talk/libjingle.gyp

Issue 1561073005: Fix clang warning in peerconnection_jni.cc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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 | « talk/app/webrtc/java/jni/peerconnection_jni.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/libjingle.gyp
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index 04da73f687fc058f39e20d1f064b8a6addf518df..bc7c0b4ed36b3244148a43d2122a454a5c687998 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -62,13 +62,6 @@
'<(libyuv_dir)/include',
],
'conditions': [
- ['clang==1', {
- 'cflags': [
- # Disabled due to failing when compiled with -Wall, see
- # https://bugs.chromium.org/p/webrtc/issues/detail?id=5399
- '-Wno-overloaded-virtual',
- ],
- }],
['OS=="linux"', {
'defines': [
'HAVE_GTK',
« no previous file with comments | « talk/app/webrtc/java/jni/peerconnection_jni.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698