mirror of
https://github.com/rfc1036/whois.git
synced 2026-01-03 06:15:17 +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)
|
||||
{
|
||||
(void)(count); /* suppress the "unused parameter" warning */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user