[glade--]Use of Deprecated Headerfiles
Klaus <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <1054745172.11664.10.camel@homer> |
Hi
While I compiled the glademm-2.0.0 sources on a RedHat 8.0 box, i got
some deprecation warnings for the header-file <strstream>
This was the warning:
In file included from /usr/include/c++/3.2/backward/strstream:51,
from SourceWriter/SystemFile.hh:24,
from SourceWriter/MakeFile.hh:24,
from Cxx.hh:23,
from Cxx_Fileset.cc:21:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please
consider using
one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for
C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
I hope this can help.
Klaus Buss