[Bug 45472] New: oleaut32/oleaut.c: 1 MSVC "warning C4090: '=' : different 'const' qualifiers"
https://bugs.winehq.org/show_bug.cgi?id=45472 Bug ID: 45472 Summary: oleaut32/oleaut.c: 1 MSVC "warning C4090: '=' : different 'const' qualifiers" Product: Wine Version: 3.3 Hardware: x86-64 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs(a)winehq.org Reporter: winehq-bugs_serge_180716(a)gautherie.fr {{ ...\oleaut32\oleaut.c(865) : warning C4090: '=' : different 'const' qualifiers }} pPSDispatchFacBuf is loosing its const. Code added by https://source.winehq.org/git/wine.git/commit/ebb839733ad84627a1be954ed861a6... . Fwiw, see https://jira.reactos.org/browse/CORE-7538 . There are other cases of this warning. With this first example, I would like to know how you want them fixed... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45472 --- Comment #1 from Nikolay Sivov <bunglehead(a)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.
https://bugs.winehq.org/show_bug.cgi?id=45472 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- Looks like this was fixed together with other changes in 968eda4b183ddde5401a2db5d52de7e6aceb5dd0. Please retest. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45472 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla