rust/src/rt/test
Ralph Giles 3b3cd550d4 Cast NULL to uintptr_t when calling rust_task::start().
On gcc 4.5.1 (fedora 14 i686) rust_test_runtime.cpp fails to compile
with the following error:

  rt/test/rust_test_runtime.cpp:57:61: error: passing NULL to non-pointer argument 3 of ‘void rust_task::start(uintptr_t, uintptr_t, uintptr_t, size_t)’

The explicit cast works around the error.
2010-10-28 10:13:30 -07:00
..
rust_test_harness.cpp Cleanup, refactoring, and some runtime tests. 2010-09-10 14:38:31 -07:00
rust_test_harness.h Cleanup, refactoring, and some runtime tests. 2010-09-10 14:38:31 -07:00
rust_test_runtime.cpp Cast NULL to uintptr_t when calling rust_task::start(). 2010-10-28 10:13:30 -07:00
rust_test_runtime.h Cleanup, refactoring, and some runtime tests. 2010-09-10 14:38:31 -07:00
rust_test_util.cpp Cleanup, refactoring, and some runtime tests. 2010-09-10 14:38:31 -07:00
rust_test_util.h Cleanup, refactoring, and some runtime tests. 2010-09-10 14:38:31 -07:00