Ignore:
Timestamp:
Nov 21, 2022, 9:04:47 PM (21 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
d41735a
Parents:
857081e
Message:

remove unsigned cast for prng calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/away_fair.cfa

    r857081e r7bc84b8  
    6767                #endif
    6868
    69                 yield( (unsigned)prng( this, 15 ) );
     69                yield( prng( this, 15 ) );
    7070
    7171                #if CFA_HAVE_LINUX_IO_URING_H
Note: See TracChangeset for help on using the changeset viewer.