From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-12-11 11:17:08


On Thursday 11 December 2003 08:58 am, Joshua Moore-Oliva wrote:
> Yes I always compile with pedantic..
>
> The REALLY strange part is.. If the header files are in
> /usr/local/include, I don't get the warnings, but if they are in another
> directory I *do*!!
>
> :/

Many compilers suppress warnings in headers that come from system include
directories.

        Doug