Modify ↓
Opened at 2009-01-02T12:59:26Z
Closed at 2015-10-13T06:17:44Z
#475 closed defect (invalid)
return in void functions
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2.3 |
Keywords: | patch | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
BitlBee returns values in some functions declared void. This is a GCC extension.
Attachments (1)
Change History (4)
Changed at 2009-01-02T13:00:42Z by
Attachment: | bitlbee-void-return added |
---|
comment:1 Changed at 2010-03-14T16:23:42Z by
comment:2 Changed at 2014-07-07T10:38:37Z by
Keywords: | patch added |
---|
Not sure how i missed this patch the last time i checked the tracker. Do we still need to care about this? It works with clang. The win32 port is completely useless right now, so MSVC is not supported. What else?
comment:3 Changed at 2015-10-13T06:17:44Z by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing since this seems a non-issue to me.
Note: See
TracTickets for help on using
tickets.
Sorry for the extremely late response, as you can see from the bug numbers, bugs pile up a little bit here sometimes.
So is this a GCC extension for C, or also for C++? I tried finding some more info about this, result #1 on http://www.google.com/#hl=en&source=hp&q=gcc+void+return is pretty interesting. Looks like it's legal in C++ now, but I don't know about C.
Which compiler is having issues with this at the moment?