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]

Re: c++/7551: g++ does not mind non-void functions which return no value.


Synopsis: g++ does not mind non-void functions which return no value.

State-Changed-From-To: feedback->analyzed
State-Changed-By: nathan
State-Changed-When: Sat Sep 14 04:37:07 2002
State-Changed-Why:
    confirmed. The warning is for falling off the end of a
    non-void. here we have (effectively)
        return (void)0;
    inside a non-void fn

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7551


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