Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r979df46 r2922871  
    223223
    224224// Cancel the current stack, prefroming approprate clean-up and messaging.
    225 void __cfaehm_cancel_stack( exception_t * exception ) {
     225static __attribute__((noreturn)) void __cfaehm_cancel_stack(
     226                exception_t * exception ) {
    226227        // TODO: Detect current stack and pick a particular stop-function.
    227228        _Unwind_Reason_Code ret;
Note: See TracChangeset for help on using the changeset viewer.