This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/20624] wrong "control reaches end of non-void function" warning
- From: "oliverst at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2005 16:54:32 -0000
- Subject: [Bug middle-end/20624] wrong "control reaches end of non-void function" warning
- References: <20050324162738.20624.oliverst@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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