Actions
Bug #1476
closednon-terminating thread functions should be marked __NORETURN
Start date:
2011-09-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
GCC4 warns when a function of non-void type doesn't return (or exit via functions which it knows exit). We should mark these functions __NORETURN
Updated by Rich Lowe about 12 years ago
- Subject changed from non-determinating thread functions should be marked __NORETURN to non-terminating thread functions should be marked __NORETURN
Updated by Rich Lowe about 12 years ago
- Status changed from New to Resolved
- % Done changed from 70 to 100
r13449 commit:6ee1ec4bf42c
Actions