>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> In C++, I would define the parameter as "void * /*xev*/" and be >> done with it. Is there a reason why this is not done in .c files? >> Are there portability concerns? Angus> Try it. gcc will refuse to compile it. That's a pretty good reason. So there is no way to avoid these warnings, right? That's pretty stupid... JMarc