Avoid a compilation warning
This commit is contained in:
parent
764edbc0bc
commit
c34e49b97a
|
@ -458,6 +458,8 @@ static int _test_helper_config_set(Locker * locker, char const * section,
|
|||
/* test_helper_error */
|
||||
static int _test_helper_error(Locker * locker, char const * message, int ret)
|
||||
{
|
||||
(void) locker;
|
||||
|
||||
return error_set_print(PROGNAME, ret, "%s", message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user