I attempted using the suggested '#pragma GCC diagnostic ignored "-Wcast-qual"' in replace of what I submited, however I received the warning 'ignoring #pragma GCC diagnostic' message, plus the normal warnings from 
unicode.h<br><br>My guess is that I might be using an older version of gcc that doesn&#39;t support that feature.&nbsp; My version of gcc is 4.1.2, the version that comes with ubuntu.&nbsp; Should I upgrade my version of gcc, or should I leave the pragma instruction as it was?&nbsp; What is the wine standard version of gcc?
<br>