Address -Wunused-parameter and -Wunused-function

This commit is contained in:
Sebastian Pipping 2016-07-30 16:50:32 +02:00
parent 01d9dffa02
commit 9b3cb94d46

View File

@ -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