Ignore:
Timestamp:
Feb 27, 2025, 3:17:20 PM (5 weeks 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
  • TabularUnified tests/raii/init_once.cfa

    r9506c70 rb8b64c34  
    7575}
    7676
    77 void ?{}(init_once & x, init_once other) {
     77void ?{}(init_once & x, init_once) {
    7878        x{};  // reuse default ctor
    7979}
     
    131131                                init_once x;
    132132                                init_once y = x;
    133                         } // fall through
     133                        }
     134                                fallthrough;
    134135                        default: {
    135136                                init_once x;
Note: See TracChangeset for help on using the changeset viewer.