Skip to content

Commit 589942e

Browse files
committed
minor additions
1 parent e2b26d6 commit 589942e

File tree

3 files changed

+130
-1
lines changed

3 files changed

+130
-1
lines changed

btcpp_logo.png

9.73 KB
Loading

btcpp_logo.svg

Lines changed: 128 additions & 0 deletions
Loading

tools/bt_recorder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ int main(int argc, char* argv[])
6262
zmq::message_t msg;
6363
try
6464
{
65-
subscriber.recv(update, zmq::recv_flags::none);
65+
auto ret = subscriber.recv(update, zmq::recv_flags::none);
66+
(void)ret;
6667
}
6768
catch (zmq::error_t& e)
6869
{

0 commit comments

Comments
 (0)