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/stac.c

    r9740 r12511  
    2222
    2323    // Set trace levels
    24     psTraceSetLevel(".",0);
    25     psTraceSetLevel("stac",10);
    26     psTraceSetLevel("stac.checkMemory",10);
    27     psTraceSetLevel("stac.config",10);
    28     psTraceSetLevel("stac.read",10);
    29     psTraceSetLevel("stac.invertMaps",10);
    30     psTraceSetLevel("stac.errors",10);
    31     psTraceSetLevel("stac.transform",10);
    32     psTraceSetLevel("stac.combine",10);
    33     psTraceSetLevel("stac.rejection",10);
    34     psTraceSetLevel("stac.time",10);
    35     psTraceSetLevel("stac.area",10);
    36     psTraceSetLevel("stac.size",10);
    37     psTraceSetLevel("stac.scales",7);
     24    (void)psTraceSetLevel(".",0);
     25    (void)psTraceSetLevel("stac",10);
     26    (void)psTraceSetLevel("stac.checkMemory",10);
     27    (void)psTraceSetLevel("stac.config",10);
     28    (void)psTraceSetLevel("stac.read",10);
     29    (void)psTraceSetLevel("stac.invertMaps",10);
     30    (void)psTraceSetLevel("stac.errors",10);
     31    (void)psTraceSetLevel("stac.transform",10);
     32    (void)psTraceSetLevel("stac.combine",10);
     33    (void)psTraceSetLevel("stac.rejection",10);
     34    (void)psTraceSetLevel("stac.time",10);
     35    (void)psTraceSetLevel("stac.area",10);
     36    (void)psTraceSetLevel("stac.size",10);
     37    (void)psTraceSetLevel("stac.scales",7);
    3838
    3939    // Set logging level
Note: See TracChangeset for help on using the changeset viewer.