This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: <string> - warning messages



+ 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!)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]