This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11775] "Control reaches end" warning issued for __attribute__((naked)) functions
- From: "pgonzalez at bluel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Aug 2003 01:55:57 -0000
- Subject: [Bug c++/11775] "Control reaches end" warning issued for __attribute__((naked)) functions
- References: <20030803012423.11775.pgonzalez@bluel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11775
------- Additional Comments From pgonzalez at bluel dot com 2003-08-03 01:55 -------
I'm also having the same problem with this warning:
test.cpp(111) : warning: no return statement in function returning
non-void