Changeset bada452 for tests/configs


Ignore:
Timestamp:
Jan 28, 2025, 4:12:53 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
c699602
Parents:
71ca5b9
Message:

Removed warnings from serveral tests and removed them from the ..._TO_INVESTIGATE list. One test triggered a Cforall warning and a new test to check that has been added. collections/vector-demo has no warnings in its body, but the library it uses does have warnings and will have to move after that is fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/configs/usage.cfa

    r71ca5b9 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.