Code style improvements

This commit is contained in:
Simon Giesecke
2018-08-09 17:30:17 +02:00
parent b102e30419
commit bbae67df89
27 changed files with 134 additions and 140 deletions

View File

@@ -154,6 +154,8 @@ static void manage_random (bool init_)
} else {
randombytes_close ();
}
#else
LIBZMQ_UNUSED (init_);
#endif
}