Ignore:
Timestamp:
Nov 30, 2020, 5:13:03 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
5936244
Parents:
41c19b4
Message:

Fixed some warnings in libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    r41c19b4 r6d1790c  
    159159
    160160static inline void  ?{}(io_cancellation & this) { this.target = -1u; }
    161 static inline void ^?{}(io_cancellation & this) {}
     161static inline void ^?{}(io_cancellation &) {}
    162162bool cancel(io_cancellation & this);
    163163
Note: See TracChangeset for help on using the changeset viewer.