>>>>> Joe Buck <jbuck@synopsys.com> writes: > We need to silence these warnings. For the NULL, I suggest a global > s/NULL/0/ in the C++ iostreams headers. There is no reason to write > NULL, it is just a source of problems like this (*especially* since > we have changed C++ to be strict about void*). But that won't help user code that uses NULL. Jason