Per Abrahamsen wrote: > A -Weverything that turned on all boolean warnings would be nice. It > would be useless alone, but nice followed by a lot of > -Wno-somesillywarning -Wno-anothersillywarning arguments.
I agree. I acknowledge that it would be useless in the general sense (you couldn't use it in Makefiles), but it would be nice to be able to use such an option for time to time to audit the code in the way that you might use lint(1). Ben