mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +01:00
Problem: unreachable code in zap_client_t
Solution: replaced unreachable code by assertions and adapted uses
This commit is contained in:
@@ -70,7 +70,7 @@ namespace zmq
|
||||
int process_error_command (
|
||||
const unsigned char *cmd_data, size_t data_size);
|
||||
|
||||
int send_zap_request ();
|
||||
void send_zap_request ();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user