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:
parent
fb487199ca
commit
73f5043417
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user