We were casting a function pointer with a bool return type to the
same type but with a void return type. In practice this probably
works fine on most platforms, but it's undefined behaviour and
also gives a compiler warning with some compilers.
(No files)
Note: See TracChangeset
for help on using the changeset viewer.