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

    r560 r584  
    99#include "psTest.h"
    1010
    11 main()
     11int main()
    1212{
    1313    int i = 0;
    14     int lev = 0;
    1514    int testStatus = true;
    1615
     
    3433                "psSetLogLevel()",
    3534                testStatus);
    36     exit(!testStatus);
     35    return(!testStatus);
    3736}
Note: See TracChangeset for help on using the changeset viewer.