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

+128
Loading

tools/bt_recorder.cpp

+2-1
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)