Opened 13 years ago
Closed 13 years ago
#7537 closed bug (fixed)
Patch for the "'noreturn' function returns" warning on call to assert(0)
Reported by: | unitedroad | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/alpha2 |
Keywords: | noreturn, assert | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I am submitting a patch for the "'noreturn' function returns" warning on call to assert(0).
Some applications expect assert(0) to be a noreturn function and rely on this. Hence, the calling functions are declared as noreturn themselves. When this is not so, GCC throws the warning.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | assert.patch added |
---|
comment:1 by , 13 years ago
patch: | 0 → 1 |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev41628. Thanks!
Note:
See TracTickets
for help on using tickets.
Patch