Changeset 49510db for tests/configs/usage.cfa
- Timestamp:
- Jan 29, 2025, 9:09:20 AM (12 months ago)
- 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. - File:
-
- 1 edited
-
tests/configs/usage.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/usage.cfa
ra950021 r49510db 108 108 109 109 // no used 110 static int true_main( const char * path, const char * env[]) { return 0; } 110 static 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.