[PATCH] ole32: Silence noisy ERRs.

Jacek Caban jacek at codeweavers.com
Tue Feb 4 07:46:43 CST 2020


Based on patch by Puetz Kevin.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

ERR is definitely not the right here. In some cases, those messages 
indicate that Wine is missing marshalling support for system interfaces, 
so this could be a FIXME. However, in majority of cases, it's a false 
positive, so I think WARN will be better in this case.

  dlls/ole32/marshal.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ole32-Silence-noisy-ERRs.txt
Type: text/x-patch
Size: 1191 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200204/d39ce73e/attachment.bin>


More information about the wine-devel mailing list