Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
5364b6e1
Commit
5364b6e1
authored
Jul 03, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed compil issue due to deprecated symbol
parent
19e4ff7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tester/belle_sip_tester_windows.cpp
tester/belle_sip_tester_windows.cpp
+2
-1
No files found.
tester/belle_sip_tester_windows.cpp
View file @
5364b6e1
...
...
@@ -112,7 +112,8 @@ bool NativeTester::run(Platform::String^ suiteName, Platform::String^ caseName,
else
{
belle_sip_set_log_level
(
BELLE_SIP_LOG_ERROR
);
}
belle_sip_set_log_handler
(
belleSipNativeOutputTraceHandler
);
bctbx_log_handler_t
*
log_handler
=
bctbx_create_log_handler
(
belleSipNativeOutputTraceHandler
,
NULL
,
NULL
);
bctbx_add_log_handler
(
log_handler
);
return
bc_tester_run_tests
(
wssuitename
==
all
?
0
:
csuitename
,
wscasename
==
all
?
0
:
ccasename
,
NULL
)
!=
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment