Changeset c699602 for tests/configs


Ignore:
Timestamp:
Jan 28, 2025, 10:11:24 PM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
49510db
Parents:
2e0bb92 (diff), bada452 (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
  • TabularUnified tests/configs/usage.cfa

    r2e0bb92 rc699602  
    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.