[Bug 38337] clang compiling warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 26 22:15:05 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=38337

--- Comment #16 from Sergey Isakov <isakov-sl at 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_***

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list