mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Suppress the "unused parameter" warning in get_random_bytes()
This commit is contained in:
parent
4754721796
commit
8a3bbc2473
@ -424,6 +424,7 @@ int main(int argc, char *argv[])
|
|||||||
*/
|
*/
|
||||||
inline void *get_random_bytes(const unsigned int count)
|
inline void *get_random_bytes(const unsigned int count)
|
||||||
{
|
{
|
||||||
|
(void)(count); /* suppress the "unused parameter" warning */
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user