mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix 'increases required alignment of target type'
This commit is contained in:
parent
c3a185d84c
commit
4a4ea17be2
1 changed files with 2 additions and 1 deletions
|
|
@ -2387,7 +2387,8 @@ LinphoneCore *linphone_core_new(const LinphoneCoreVTable *vtable,
|
|||
}
|
||||
|
||||
LinphoneCore *linphone_core_ref(LinphoneCore *lc) {
|
||||
return reinterpret_cast<LinphoneCore *>(belle_sip_object_ref(BELLE_SIP_OBJECT(lc)));
|
||||
belle_sip_object_ref(BELLE_SIP_OBJECT(lc));
|
||||
return lc;
|
||||
}
|
||||
|
||||
void linphone_core_unref(LinphoneCore *lc) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue