>> Is it this line?: > No, the previous log was generated just before your last commit. > Now we have: > ../../../win_prn2.c: In function 'int hb_PrintFileRaw(const char*, const > char*, const char*)': > ../../../win_prn2.c:429: warning: deprecated conversion from string constant > to 'WCHAR*'
Yes, it is the line. Now my problem is that I haven't changed this specific line, and I didn't have any plans for a fix either. No idea what's wrong with it. I also don't get why does it complain about WCHAR unless you turned on UNICODE mode for mingw. > But if this component is under heavy changes, please ignore my log, it is > just a status. > > BTW, see below the mentioned clang crash: clang - at least on OS X - doesn't support C++ yet, so it's automatically falling back calling g++ for C++ files. Maybe this mechanism doesn't kick in on Linux. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
