]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/thumb-blx/test.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / thumb-blx / test.c
index ce0359ffef4579c869d22ac65e10a5688c88bf71..9755e7d6b313a7633a94bcc2b444958da96d0678 100644 (file)
 
 int main()
 {
-       malloc(1);
-       malloc(2);
-       malloc(3);
-       malloc(4);
+       (void)malloc(1);
+       (void)malloc(2);
+       (void)malloc(3);
+       (void)malloc(4);
        return 0;
 }