Add an extra void* cast to work around a bug in FreeBSD-gcc inherited
from Apple.
This commit is contained in:
parent
cf44c89bba
commit
02da4cb451
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264069
@ -60,4 +60,4 @@
|
|||||||
int flags;\
|
int flags;\
|
||||||
int reserved;\
|
int reserved;\
|
||||||
void (*invoke)(void *, ...);\
|
void (*invoke)(void *, ...);\
|
||||||
}*)x)->invoke)
|
}*)(void*)x)->invoke)
|
||||||
|
Loading…
Reference in New Issue
Block a user