Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.

git-svn-id: svn://10.0.0.236/trunk@411 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc 1998-04-20 18:58:25 +00:00
parent fb487199ca
commit 73f5043417

View File

@ -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");