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

@@ -70,7 +70,7 @@ namespace zmq
#endif
// There are no incomplete items for conflate ypipe
inline bool unwrite (T *value_)
inline bool unwrite (T *)
{
return false;
}