Ignore:
Timestamp:
Jan 29, 2025, 9:09:20 AM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a22e8b4
Parents:
a950021 (diff), c699602 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/configs/usage.cfa

    ra950021 r49510db  
    108108
    109109// no used
    110 static int true_main( const char * path, const char * env[]) { return 0; }
     110static int true_main( const char *, const char * []) { return 0; }
     111__attribute__((unused)) static void check_main(const char *);
Note: See TracChangeset for help on using the changeset viewer.