From edffc05456c9517f4f3622f35d56ebc483bb137c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Apr 1998 22:16:43 +0000 Subject: Fixed so this would compile without warning. --- cpukit/libmisc/stackchk/check.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libmisc/stackchk/check.c') diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index 1f1923f1d8..175a9b8d6c 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.c @@ -147,8 +147,10 @@ unsigned32 stack_check_initialized = 0; void Stack_check_Initialize( void ) { +#if 0 rtems_status_code status; Objects_Id id_ignored; +#endif unsigned32 *p; #if 0 unsigned32 i; -- cgit v1.2.3