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

    r560 r584  
    66#include "psTest.h"
    77
    8 main()
     8int main()
    99{
    1010    int i = 0;
    11     int lev = 0;
    1211    int testStatus = true;
    1312
     
    2625                "default log levels",
    2726                testStatus);
    28     exit(!testStatus);
     27    return(!testStatus);
    2928}
Note: See TracChangeset for help on using the changeset viewer.