This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH (3.3): implicit typename warnings
- From: "M. Warner Losh" <imp at bsdimp dot com>
- To: rittle at labs dot mot dot com, rittle at latour dot rsch dot comm dot mot dot com
- Cc: libstdc++ at gcc dot gnu dot org, obrien at freebsd dot org, kan at freebsd dot org
- Date: Mon, 14 Apr 2003 15:37:03 -0600 (MDT)
- Subject: Re: PATCH (3.3): implicit typename warnings
- References: <20030413.231148.89165955.imp@bsdimp.com><200304142115.h3ELFwlJ056217@latour.rsch.comm.mot.com>
In message: <200304142115 dot h3ELFwlJ056217 at latour dot rsch dot comm dot mot dot com>
Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com> writes:
: Received off-list. As applied to 3.3 branch. Warner, for my own
: information, how did you find this? I had to explicitly add
: -Wsystem-headers to e.g. 17_intro/headers.cc in order to see it.
FreeBSD recently added -Wsystem-headers to its default compile. I
noticed the warning, and since I know a thing or two about C++ I fixed
it in my local tree and sent off the patch.
Warner