mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fixed 'increases required alignment of target type' compilation error
This commit is contained in:
parent
f5654daa26
commit
1ca73da1cf
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@ bool_t _linphone_call_stats_rtcp_received_via_mux (const LinphoneCallStats *stat
|
|||
// =============================================================================
|
||||
|
||||
LinphoneCallStats *linphone_call_stats_ref (LinphoneCallStats* stats) {
|
||||
return reinterpret_cast<LinphoneCallStats *>(belle_sip_object_ref(stats));
|
||||
belle_sip_object_ref(stats);
|
||||
return stats;
|
||||
}
|
||||
|
||||
void linphone_call_stats_unref (LinphoneCallStats* stats) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue