Address -Wunused-parameter and -Wunused-function
This commit is contained in:
parent
01d9dffa02
commit
9b3cb94d46
@ -721,6 +721,8 @@ generate_hash_secret_salt(XML_Parser parser)
|
||||
{
|
||||
#ifdef __CloudABI__
|
||||
unsigned long entropy;
|
||||
(void)parser;
|
||||
(void)gather_time_entropy;
|
||||
arc4random_buf(&entropy, sizeof(entropy));
|
||||
return entropy;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user