mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Fix unused parameter and variable warnings.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user