Commit 4ad68e0d authored by Luca Boccassi's avatar Luca Boccassi

Merge pull request #1981 from hitstergtd/x-unused-req

Problem: hint parameter throws unused warning
parents 10a84ac8 5efa1182
......@@ -28,6 +28,7 @@
*/
#include "precompiled.hpp"
#include "macros.hpp"
#include "req.hpp"
#include "err.hpp"
#include "msg.hpp"
......@@ -39,6 +40,7 @@ extern "C"
{
static void free_id (void *data, void *hint)
{
LIBZMQ_UNUSED (hint);
free (data);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment