Changeset 829821c for tests/malloc.cfa
- Timestamp:
- Jan 22, 2025, 1:15:59 PM (12 months ago)
- Branches:
- master
- Children:
- 1cc5c6a, 857b5f9
- Parents:
- a9e327a
- File:
-
- 1 edited
-
tests/malloc.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
ra9e327a r829821c 64 64 free( ip ); 65 65 66 #pragma GCC diagnostic push 67 #pragma GCC diagnostic ignored "-Wpragmas" // -Walloc-size unrecognized until GCC 14 68 #pragma GCC diagnostic ignored "-Walloc-size" 66 69 ip = (int *)malloc( 0 ); 70 #pragma GCC diagnostic pop 67 71 test_base( ip, 0, libAlign ); 68 72 test_use( ip );
Note:
See TracChangeset
for help on using the changeset viewer.