>> Here are 4.4.2 changes documented: >> http://gcc.gnu.org/gcc-4.4/changes.html > >> Please feel free to fix these new errors/warnings. > > Now we have with gcc 4.4.2. just the following issue(s): > > ================================================ > > ../../../gtcrs.c: In function ‘void mouse_init(InOutBase*)’: > ../../../gtcrs.c:1244: warning: deprecated conversion from string constant > to ‘char*’ > ../../../gtcrs.c: In function ‘void mouse_init(InOutBase*)’: > ../../../gtcrs.c:1244: warning: deprecated conversion from string constant > to ‘char*’ > > ================================================ > > It makes no sense to enter in these(or this) more deeply.
Well, we should fix it, but since I could only guess, it would take a lot of commit - report - commit - etc cycles. You can try adding ( char * ) cast as I suggested, at least in maindllp.c. I hope Przemek can take a better look at it. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
