Fix/suppress all javac warnings.

This is done in preparation to make all javac warnings into errors for
WebRTC targets.

Bug: webrtc:6597
Change-Id: I402043157bd75943adf0de52111e5a1bb179c6d1
Reviewed-on: https://webrtc-review.googlesource.com/15104
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20450}
This commit is contained in:
Sami Kalliomäki
2017-10-26 16:21:22 +02:00
committed by Commit Bot
parent ef5df1ae52
commit 9828bebee6
18 changed files with 106 additions and 59 deletions

View File

@ -725,6 +725,7 @@ public class PeerConnectionClient {
return rootEglBase.getEglBaseContext();
}
@SuppressWarnings("deprecation") // TODO(sakal): getStats is deprecated.
private void getStats() {
if (peerConnection == null || isError) {
return;