On 12 Oct 2003, Falk Hueffner wrote: > > One legitimate use is to test for undefined weak symbols. > > But gcc knows that from __attribute__((weak)) and can suppress the > warning in this case (like the C++ frontend does). Thanks, didn't know c++ did that. So, never mind... Jeff