mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 00:33:33 -05:00
Fix Linux build.
This commit is contained in:
@@ -414,7 +414,7 @@ bool Client::send(BIO *bio)
|
||||
LOG_DEBUG_ERR("[%s] send failed, invalid state: %d", m_pool.url(), m_state);
|
||||
}
|
||||
|
||||
BIO_reset(bio);
|
||||
(void) BIO_reset(bio);
|
||||
|
||||
return result;
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user