> Perhaps there should be an option to enable *all* warnings? Some warnings are particular perverse and enforce a particular coding style (-Weff-c++ comes to mind). Others, are valid for almost all code, and are certainly valid for ALL code maintained by those who wish to eliminate code that might be erroneous. But we already have a name for that: -Wall. -Tim