forked from Mirrors/freeswitch
silence warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11884 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cc93b40d2b
commit
f0b3a9a427
|
@ -421,7 +421,7 @@ su_timer_queue_t *su_port_deferrable(su_port_t *self)
|
|||
su_virtual_port_t *base = (su_virtual_port_t *)self;
|
||||
|
||||
if (base == NULL)
|
||||
return (void *)(errno = EFAULT), NULL;
|
||||
return (intptr_t)(errno = EFAULT), NULL;
|
||||
|
||||
return base->sup_vtable->su_port_deferrable(self);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue