Fix "unused variable" warning in release mode.
Review URL: http://webrtc-codereview.appspot.com/131015 git-svn-id: http://webrtc.googlecode.com/svn/trunk@537 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c547ed99d4
commit
e4c4d4f0e9
@ -11,6 +11,7 @@
|
||||
#include "peerconnection/samples/client/conductor.h"
|
||||
|
||||
#include "peerconnection/samples/client/defaults.h"
|
||||
#include "talk/base/common.h"
|
||||
#include "talk/base/logging.h"
|
||||
#include "talk/p2p/client/basicportallocator.h"
|
||||
#include "talk/session/phone/videorendererfactory.h"
|
||||
@ -270,6 +271,7 @@ bool Conductor::AddStream(const std::string& id, bool video) {
|
||||
bool ok = peer_connection_->SetVideoRenderer(id,
|
||||
main_wnd_->remote_renderer());
|
||||
ASSERT(ok);
|
||||
UNUSED(ok);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user