Ignore:
Timestamp:
Jan 7, 2025, 3:22:19 PM (2 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
190a833
Parents:
70670e7
Message:

Fix many test-suite- and libcfa-caused unused variable warnings.

In scope are easy fixes among tests whose sole warnings were unused variable. Reduces the wflags lax list by 40%.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/poly-d-cycle.cfa

    r70670e7 r10b5970  
    2020func_table(int) an_instance = { func };
    2121
    22 int main(int argc, char * argv[]) {
     22int main() {
    2323        object(int) x = { 0p };
    2424        an_instance.object_func( &x );
Note: See TracChangeset for help on using the changeset viewer.