Avoid a couple warnings
This commit is contained in:
parent
431924195b
commit
8700c5be89
|
@ -115,6 +115,8 @@ int mutator_reset(Mutator * mutator)
|
|||
static void _reset_foreach(String const * key, void * value, void * data)
|
||||
{
|
||||
String * k = (String *)key;
|
||||
(void) value;
|
||||
(void) data;
|
||||
|
||||
string_delete(k);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user