> with gcc 2.95.1 I receive the folowing warning : 'void *' is not a pointer-to-object type > but I newer had this warnibg with previous gcc or egcs version !!!! We'd need to see the code in question. Either you are using some invalid C++ that previous compilers accepted by mistake, or there is a new bug, but I suspect the former.