Fix unused parameter and variable warnings.

This commit is contained in:
Matt Arsenault
2014-01-18 13:08:06 -08:00
parent 5a230f7d9e
commit 00aeaddf94
11 changed files with 16 additions and 18 deletions

View File

@@ -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.