This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with headers
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: Problem with headers
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 23 Apr 2001 10:53:33 -0700
Fixed on mainline.
%cat > kill1.cc
#include <hashtable.h>
%COMP.sh kill1.cc
In file included from /mnt/hd/bliss/src.gcc/libstdc++-v3/include/backward/hashtable.h:34,
from kill1.cc:1:
/mnt/hd/bliss/src.gcc/libstdc++-v3/include/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please use the <X> header instead of <X.h> header for 'C++' includes and use the <cX> header instead of <X.h> header for 'C' includes. To disable this warning use -Wno-deprecated.
FYI I almost missed this post: if you could put more info in the
subject line in the future I'd recommend it.
best,
benjamin