[Bug 45472] oleaut32/oleaut.c: 1 MSVC "warning C4090: '=' : different ' const' qualifiers"

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 4 01:12:37 CST 2018


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

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
This should be fixable with using "static IPSFactoryBuffer .. = {
&&PSDispatchFacBuf_Vtbl };". The warning is about returning pointer to constant
with void** I suppose.

-- 
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