From: Thiemo Seufer Date: Sat, 15 Oct 2005 19:10:32 +0000 (+0000) Subject: 0.9.5.69: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=47cef18a20fc96975436432bfd167be8c13407ef;p=sbcl.git 0.9.5.69: Silence compiler warning. --- diff --git a/src/runtime/thread.c b/src/runtime/thread.c index cf05b8d..ef73baf 100644 --- a/src/runtime/thread.c +++ b/src/runtime/thread.c @@ -190,7 +190,9 @@ create_thread_struct(lispobj initial_function) { union per_thread_data *per_thread; struct thread *th=0; /* subdue gcc */ void *spaces=0; +#ifdef LISP_FEATURE_SB_THREAD int i; +#endif /* may as well allocate all the spaces at once: it saves us from * having to decide what to do if only some of the allocations diff --git a/version.lisp-expr b/version.lisp-expr index 80ef301..0fbbf51 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.5.68" +"0.9.5.69"