This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Strange warning from stl_tree.h
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- To: <wolfgang dot bangerth at iwr dot uni-heidelberg dot de>
- Cc: <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 11 Mar 2002 23:20:30 +0100 (CET)
- Subject: Re: Strange warning from stl_tree.h
This false warning exists for a about two weeks. I submitted a PR,
c++/5908, for this problem.
In some situations g++ considers a class variable that is
accessed only once in a method as unused, though it is used in other
methods.
Hope this helps,
Peter Schmid