Ignore:
Timestamp:
Feb 27, 2025, 3:17:20 PM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
3483185
Parents:
9506c70
Message:

That should be the rest of the warnings generated from the tests themselves. There are a few that will probably need updates to the compiler to remove those warnings and a few more that should be clean except for a known error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/comp_basic.cfa

    r9506c70 rb8b64c34  
    7575// takes its sweet time so the Reader has to block
    7676thread Writer {};
    77 void main(Writer & this) {
     77void main(Writer &) {
    7878        for(TIMES) {
    7979                block( globals.bar );
Note: See TracChangeset for help on using the changeset viewer.