Skip to content

Commit

Permalink
minor additions
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Nov 22, 2022
1 parent e2b26d6 commit 589942e
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 1 deletion.
Binary file added btcpp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
128 changes: 128 additions & 0 deletions btcpp_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion tools/bt_recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ int main(int argc, char* argv[])
zmq::message_t msg;
try
{
subscriber.recv(update, zmq::recv_flags::none);
auto ret = subscriber.recv(update, zmq::recv_flags::none);
(void)ret;
}
catch (zmq::error_t& e)
{
Expand Down

0 comments on commit 589942e

Please sign in to comment.