From 2be2ce5f7ef7a9907cc0d3475ec0377b3ae77412 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 22 Sep 2001 15:44:07 +0000 Subject: Avoid compile warning. 2001-09-22 Andreas Jaeger * linuxthreads/tst-context.c: Avoid compile warning. --- linuxthreads/tst-context.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linuxthreads/tst-context.c') diff --git a/linuxthreads/tst-context.c b/linuxthreads/tst-context.c index c72b2ac101..9066e837e2 100644 --- a/linuxthreads/tst-context.c +++ b/linuxthreads/tst-context.c @@ -56,7 +56,9 @@ threadfct (void *arg) #endif +#ifdef FLOATING_STACKS static volatile int global; +#endif int main (void) -- cgit v1.2.3