This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
RE: <string> - warning messages
- To: libstdc++@sourceware.cygnus.com
- Subject: RE: <string> - warning messages
- From: "Edwards, Phil" <pedwards@ball.com>
- Date: Tue, 29 Jun 1999 08:06:24 -0600
+ bits/string.tcc:119 // (__range > 0 ? __range : -1 * __range;)
+ warning: statement with no effect
^
^
My guess is this semi right here --------------------------------------|
inside the parens but I could easily be wrong.
+ bits/stl_string_fwd.h:34:
+ warning: `const char * __get_c_string(const string &)'
+ declared `static' but never defined
Did this just get moved from the problem I reported in
http://sourceware.cygnus.com/ml/libstdc++/1999-q2/msg00320.html? It sounds
like the same function name.
I will try and look closer at this one.
Phil
(If you reply to the list, please don't cc another copy to me. Thanks!)