Ignore:
Timestamp:
Feb 27, 2025, 3:17:20 PM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
3483185
Parents:
9506c70
Message:

That should be the rest of the warnings generated from the tests themselves. There are a few that will probably need updates to the compiler to remove those warnings and a few more that should be clean except for a known error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/manipulatorsInput-uchunk.cfa

    r9506c70 rb8b64c34  
    117117    }
    118118
    119 #else 
     119#else
    120120    #define xstr(s) str(s)
    121121    #define str(s) #s
     
    180180
    181181    // not used
    182     static int true_main(const char * path, const char * env[]) { return 0; }
    183 
     182    static int true_main(const char *, const char * []) { return 0; }
     183    __attribute__((unused)) static void check_main(const char *);
     184    __attribute__((unused)) static void print_status(int);
    184185
    185186#endif
Note: See TracChangeset for help on using the changeset viewer.