summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-20 18:58:25 +0000
committerwtc <devnull@localhost>1998-04-20 18:58:25 +0000
commit39e0e00f83cc13e96a7e9f213238c31938f70c9a (patch)
treef3ff006786379bfa59f71311015943c49618f9cd
parent33f87f42da329974e4ea09d6dc229fbd15c774f7 (diff)
downloadnspr-hg-39e0e00f83cc13e96a7e9f213238c31938f70c9a.tar.gz
Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.
-rw-r--r--pr/tests/select2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pr/tests/select2.c b/pr/tests/select2.c
index 656463cc..a4e7bb27 100644
--- a/pr/tests/select2.c
+++ b/pr/tests/select2.c
@@ -64,7 +64,7 @@ PRInt32 count;
***********************************************************************/
-static Test_Result (int result)
+static void Test_Result (int result)
{
switch (result)
{
@@ -104,7 +104,6 @@ static void PRSelectTest(void)
{
PRFileDesc *listenSocket;
PRNetAddr serverAddr;
- PRThread *WorkerThread;
if ( (listenSocket = PR_NewTCPSocket()) == NULL) {
if (debug_mode) printf("\tServer error creating listen socket\n");
@@ -185,7 +184,6 @@ static void NativeSelectTest(void)
{
PRFileDesc *listenSocket;
PRNetAddr serverAddr;
- PRThread *WorkerThread;
if ( (listenSocket = PR_NewTCPSocket()) == NULL) {
if (debug_mode) printf("\tServer error creating listen socket\n");