IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2004, 2:20:50 PM (22 years ago)
Author:
harman
Message:

Update makefile and *.c files with warnings that caused build to fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psHash04.c

    r561 r584  
    2929}
    3030
    31 main()
     31int main()
    3232{
    3333    psHash *myHashTable = NULL;
    3434    int testStatus      = true;
    3535    int i               = 0;
    36     ID *id              = NULL;
    3736    char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL};
    3837    char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL};
     
    6059                testStatus);
    6160
    62     exit(!testStatus);
     61    return(!testStatus);
    6362}
Note: See TracChangeset for help on using the changeset viewer.