From 7675cfc3ece5dfe094e37dceba802a49d1dc0012 Mon Sep 17 00:00:00 2001 From: wtc Date: Fri, 24 Apr 1998 19:48:37 +0000 Subject: [PATCH] Eliminated compiler warnings. Fixed by Rick Osborne . git-svn-id: svn://10.0.0.236/trunk@610 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/tests/thruput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/nsprpub/pr/tests/thruput.c b/mozilla/nsprpub/pr/tests/thruput.c index a52fb27bf39..654a6baca8e 100644 --- a/mozilla/nsprpub/pr/tests/thruput.c +++ b/mozilla/nsprpub/pr/tests/thruput.c @@ -51,7 +51,7 @@ static PRInt32 protocol = 6; /* TCP */ static PRFileDesc *err = NULL; static PRIntn concurrency = 1; static PRInt32 xport_buffer = -1; -static PRInt32 initial_streams = 1; +static PRUint32 initial_streams = 1; static PRInt32 buffer_size = BUFFER_SIZE; static PRThreadScope thread_scope = PR_LOCAL_THREAD;