This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/20624] wrong "control reaches end of non-void function" warning


------- Additional Comments From oliverst at online dot de  2005-03-24 16:54 -------
> Second why are you using STLport instead of the GCC's libstdc++?

Because we had problems with the default GCC STL in the past, so we switched to
STLport. We are also working cross-platform (GCC for linux and MSVC6 for win32)
and having the same STL in both versions gives you the security, that the
behavior is the same (well...kind of...at least the behavior should be closer
than STLs from two different vendors)



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20624


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