mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix compilation warning
This commit is contained in:
parent
f03502ec00
commit
54c81a8c28
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ void _belle_sip_log(belle_sip_log_level lev, const char *fmt, va_list args) {
|
|||
case BELLE_SIP_LOG_DEBUG:
|
||||
ortp_level=ORTP_DEBUG;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (ortp_log_level_enabled(ortp_level)){
|
||||
ortp_logv(ortp_level,fmt,args);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue