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@winehq.org Reporter: winehq-bugs_serge_180716@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...