You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] mpt/base/utility.hpp: Silence Clang 19 warning that warns when casting between function pointer types of different signature, which is a necessity to do when using WinAPI GetProcAddress().
[Ref] mpt/library/library.hpp: Do not cast from void* to void(*)(void) and then to the destination function pointer. Instead, do the cast directly.
[Ref] Replace all reinterpret_cast function pointer casts with mpt::function_pointer_cast.
[Ref] mptLibrary: Use mpt::library::bind() instead of mpt::library::get_address().
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22969 56274372-70c3-4bfc-bfc3-4c3a0b034d27
0 commit comments