Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/configs/usage.cfa

    r6325bd4 rbada452  
    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.