https://bugs.winehq.org/show_bug.cgi?id=38337
--- Comment #16 from Sergey Isakov isakov-sl@bk.ru --- winemsi_s.c:3912:5: warning: cast between incompatible calling conventions 'cdecl' and 'stdcall'; calls through this pointer may abort at runtime [-Wcast-calling-convention] (SERVER_ROUTINE)s_remote_ViewClose, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./winemsi.h:68:14: note: consider defining 's_remote_ViewClose' with the 'stdcall' calling convention UINT __cdecl s_remote_ViewClose( ^ __attribute__((stdcall))
-----------------------------------
Same warning about all such procedures (SERVER_ROUTINE)s_remote_***