From 89c954e1fe8e3bdd8976bf2cc52975c40ddb3df5 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 1 Mar 2016 16:45:00 +0100 Subject: [PATCH] TestsLiblinphone: fix compilation --- TestsLiblinphone/LinphoneTester_Tests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestsLiblinphone/LinphoneTester_Tests.m b/TestsLiblinphone/LinphoneTester_Tests.m index f7d5cd6f9..093f239d0 100644 --- a/TestsLiblinphone/LinphoneTester_Tests.m +++ b/TestsLiblinphone/LinphoneTester_Tests.m @@ -37,7 +37,7 @@ void tester_logs_handler(int level, const char *fmt, va_list args) { + (void)initialize { static char *bundle = NULL; static char *documents = NULL; - bc_tester_init(tester_logs_handler, ORTP_MESSAGE, ORTP_ERROR); + bc_tester_init(tester_logs_handler, ORTP_MESSAGE, ORTP_ERROR, "rcfiles"); liblinphone_tester_add_suites(); NSString *bundlePath = [[NSBundle mainBundle] bundlePath];