Changes in tests/malloc.cfa [829821c:10b5970]
- File:
-
- 1 edited
-
tests/malloc.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
r829821c r10b5970 64 64 free( ip ); 65 65 66 #pragma GCC diagnostic push67 #pragma GCC diagnostic ignored "-Wpragmas" // -Walloc-size unrecognized until GCC 1468 #pragma GCC diagnostic ignored "-Walloc-size"69 66 ip = (int *)malloc( 0 ); 70 #pragma GCC diagnostic pop71 67 test_base( ip, 0, libAlign ); 72 68 test_use( ip );
Note:
See TracChangeset
for help on using the changeset viewer.