Ignore:
Timestamp:
Nov 30, 2020, 5:13:03 PM (3 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/bits/locks.hfa

    r41c19b4 r6d1790c  
    178178                }
    179179
    180                 void ^?{}(single_sem & this) {}
     180                void ^?{}(single_sem &) {}
    181181
    182182                bool wait(single_sem & this) {
     
    234234                }
    235235
    236                 void ^?{}(oneshot & this) {}
     236                void ^?{}(oneshot &) {}
    237237
    238238                // Wait for the post, return immidiately if it already happened.
     
    281281                }
    282282
    283                 void ^?{}(future_t & this) {}
     283                void ^?{}(future_t &) {}
    284284
    285285                // check if the future is available
Note: See TracChangeset for help on using the changeset viewer.