X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/f410558f5d60087e4c310119a1751b437121c3b9..e456bf1059cf7e6b8b71545d1b2f2092b55a9684:/unit-tests/test-cases/thumb-blx/test.c diff --git a/unit-tests/test-cases/thumb-blx/test.c b/unit-tests/test-cases/thumb-blx/test.c index ce0359f..9755e7d 100644 --- a/unit-tests/test-cases/thumb-blx/test.c +++ b/unit-tests/test-cases/thumb-blx/test.c @@ -26,10 +26,10 @@ int main() { - malloc(1); - malloc(2); - malloc(3); - malloc(4); + (void)malloc(1); + (void)malloc(2); + (void)malloc(3); + (void)malloc(4); return 0; }