From c1a6053c890d37c25fce66ffc65a4ede77093ee0 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Mon, 21 Aug 2006 04:23:36 +0000 Subject: Get rid of compiler warnings. --- libpthread/nptl_db/td_thr_validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl_db/td_thr_validate.c') diff --git a/libpthread/nptl_db/td_thr_validate.c b/libpthread/nptl_db/td_thr_validate.c index 3d560a621..19ee940d6 100644 --- a/libpthread/nptl_db/td_thr_validate.c +++ b/libpthread/nptl_db/td_thr_validate.c @@ -57,7 +57,7 @@ td_err_e td_thr_validate (const td_thrhandle_t *th) { td_err_e err; - psaddr_t list; + psaddr_t list = NULL; LOG ("td_thr_validate"); -- cgit v1.2.3