Changes in tests/malloc.cfa [10b5970:829821c]
- File:
-
- 1 edited
-
tests/malloc.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
r10b5970 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.