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_psHash01.c

    r560 r584  
    3232}
    3333
    34 main()
     34int main()
    3535{
    3636    psHash *myHashTable = NULL;
    3737    int testStatus      = true;
    38     int i               = 0;
    3938
    4039    printPositiveTestHeader(stdout,
     
    6867                testStatus);
    6968
    70     exit(!testStatus);
     69    return (!testStatus);
    7170}
Note: See TracChangeset for help on using the changeset viewer.