Changeset 2a32118 for tests/array.cfa


Ignore:
Timestamp:
Jan 2, 2025, 7:23:11 PM (3 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
2e63915, 6b95feb
Parents:
656c8ac
Message:

Fix a warning missed in 2853d6fb0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array.cfa

    r656c8ac r2a32118  
    5959    void fred2(int n,
    6060        int a1[],
    61 E1(     int a2[*],                                 )
     61E1(     int a2[*],  )
    6262        int a4[3],
    6363        int T[3]        __attribute__((unused)),
     
    6767        // This parameter should be in scope and usable within the body.
    6868
    69         // Skip a2 because it's declared only in an error case.
    70 
    7169        (void) a1;
     70E1(     (void) a2;  )
    7271        (void) a4;
    7372//      (void) T;
Note: See TracChangeset for help on using the changeset viewer.