mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
Merge pull request #1981 from hitstergtd/x-unused-req
Problem: hint parameter throws unused warning
This commit is contained in:
commit
4ad68e0dfe
@ -28,6 +28,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precompiled.hpp"
|
#include "precompiled.hpp"
|
||||||
|
#include "macros.hpp"
|
||||||
#include "req.hpp"
|
#include "req.hpp"
|
||||||
#include "err.hpp"
|
#include "err.hpp"
|
||||||
#include "msg.hpp"
|
#include "msg.hpp"
|
||||||
@ -39,6 +40,7 @@ extern "C"
|
|||||||
{
|
{
|
||||||
static void free_id (void *data, void *hint)
|
static void free_id (void *data, void *hint)
|
||||||
{
|
{
|
||||||
|
LIBZMQ_UNUSED (hint);
|
||||||
free (data);
|
free (data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user