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

    r9740 r12511  
    1111{
    1212    // Set trace levels
    13     psTraceSetLevel(".", 0);
    14     psTraceSetLevel("stac.checkMemory", 10);
    15     psTraceSetLevel("stac.read", 10);
    16     psTraceSetLevel("stac.scales", 7);
    17     psTraceSetLevel("stac.rescale", 10);
    18     psTraceSetLevel("stac.combine", 10);
    19     psTraceSetLevel("combine", 10);
     13    (void)psTraceSetLevel(".", 0);
     14    (void)psTraceSetLevel("stac.checkMemory", 10);
     15    (void)psTraceSetLevel("stac.read", 10);
     16    (void)psTraceSetLevel("stac.scales", 7);
     17    (void)psTraceSetLevel("stac.rescale", 10);
     18    (void)psTraceSetLevel("stac.combine", 10);
     19    (void)psTraceSetLevel("combine", 10);
    2020
    2121    // Set logging level
Note: See TracChangeset for help on using the changeset viewer.