Cleanups in libjingle to make it compile with chromium_code=1

Fixed all warnings that show up when compiling libjingle
in chromium with compiling with chromium_code=1.
chromium_code=1 enables various warnings that are off by
default. Most changes are for unused variables and consts.

R=pthatcher@google.com, wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/9699004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5769 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sergeyu@chromium.org
2014-03-25 00:31:35 +00:00
parent 7fa1fcb72c
commit e42b8ab129
23 changed files with 15 additions and 87 deletions

View File

@@ -127,8 +127,6 @@ class PhysicalSocketServer : public SocketServer {
Signaler* signal_wakeup_;
CriticalSection crit_;
bool fWait_;
uint32 last_tick_tracked_;
int last_tick_dispatch_count_;
#ifdef WIN32
WSAEVENT socket_ev_;
#endif