https://bugs.winehq.org/show_bug.cgi?id=46991
Bug ID: 46991 Summary: debug.h warning: "conversion from 'WCHAR' to 'char', possible loss of data" on line 293 Product: Wine Version: 4.5 Hardware: x86 OS: Windows Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dimaki@rocketmail.com
I get a warning from compiler in debug.h: "conversion from 'WCHAR' to 'char', possible loss of data" on line 293 during compilation" on VS C compiler when including wine's debug.h. I think just a matter of adding an explicit conversion to char on line 293 in debug.h to get rid of the warning.