> From: Branko Cibej [mailto:[EMAIL PROTECTED] > Sent: Friday, May 23, 2003 1:58 AM
> Sander Striker wrote: >> ?? This is a problem with your compiler. void * should be allowed to be >> assigned to >> any pointer without casting. We use this pattern everywhere, including in >> subversion. > > No, in this case problem exists between keyboard and chair -- he's using > CC, wich is the C++ compiler, not the C compiler. Ah, that explains it all. > And indeed, in C++ it is forbidden to assign void* to anything else without a > cast. *nod* Sander