From d5f06db7f03b85d2ab64d7659275611ee4ec8201 Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 20 Jan 1997 17:13:21 +0000 Subject: (run_writer): initialized variable "t" to avoid compiler warning --- netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netsvcs') diff --git a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp index 14b485f02fc..d4fd092def1 100644 --- a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp +++ b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp @@ -112,7 +112,7 @@ run_writer (void *vp) for (int x = 0; x < iterations; x++) { // Cycle through each of the first three tokens. - ACE_Token_Proxy *t; + ACE_Token_Proxy *t = 0; switch (acquire_number) { case 0: -- cgit v1.2.1