IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 4:44:32 PM (19 years ago)
Author:
jhoblitt
Message:

silence psTrace*() errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/shift.c

    r9740 r12511  
    3030{
    3131    // Set trace levels
    32     psTraceSetLevel(".", 0);
    33     psTraceSetLevel("stac.checkMemory", 10);
    34     psTraceSetLevel("stac.read", 10);
    35     psTraceSetLevel("stac.invertMaps", 10);
    36     psTraceSetLevel("stac.transform", 10);
    37     psTraceSetLevel("stac.size", 10);
    38     psTraceSetLevel("shift", 10);
     32    (void)psTraceSetLevel(".", 0);
     33    (void)psTraceSetLevel("stac.checkMemory", 10);
     34    (void)psTraceSetLevel("stac.read", 10);
     35    (void)psTraceSetLevel("stac.invertMaps", 10);
     36    (void)psTraceSetLevel("stac.transform", 10);
     37    (void)psTraceSetLevel("stac.size", 10);
     38    (void)psTraceSetLevel("shift", 10);
    3939
    4040    // Set logging level
Note: See TracChangeset for help on using the changeset viewer.