mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Fix unused parameter and variable warnings.
This commit is contained in:
@@ -133,8 +133,8 @@ int zmq::mechanism_t::parse_metadata (const unsigned char *ptr_,
|
||||
return 0;
|
||||
}
|
||||
|
||||
int zmq::mechanism_t::property (const std::string name_,
|
||||
const void *value_, size_t length_)
|
||||
int zmq::mechanism_t::property (const std::string /* name_ */,
|
||||
const void * /* value_ */, size_t /* length_ */)
|
||||
{
|
||||
// Default implementation does not check
|
||||
// property values and returns 0 to signal success.
|
||||
|
||||
Reference in New Issue
Block a user