Specify GC_malloc result is unused in some tests
authorIvan Maidanski <ivmai@mail.ru>
Fri, 19 Oct 2012 03:27:29 +0000 (07:27 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 19 Oct 2012 10:27:57 +0000 (14:27 +0400)
commitc252157489c5da21c0a7639d0f1e6f16f00e0989
treec651f0b9a80d048a7df156aed8184eba4747c061
parent48699f2ab6880c7b61d2f879f398e64c635a1473
Specify GC_malloc result is unused in some tests

* tests/middle.c (main): Explicitly cast result of GC_malloc[_atomic]
to void (to outline that the result is unused intentionally).
* tests/test.c (run_one_test): Likewise.
tests/middle.c
tests/test.c