IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2009, 3:43:51 PM (17 years ago)
Author:
mwv
Message:

Explicitly cast return value of bare 'psTraceSetLevel' statements to void
to avoid pedantic "error: statement with no effect" warnings.
(psTraceSetLevel is of type int.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubKernel.c

    r21360 r24187  
    2929    }
    3030
    31     psTraceSetLevel("psModules.imcombine", 7);
     31    (void) psTraceSetLevel("psModules.imcombine", 7);
    3232
    3333    const char *inName = argv[1];       // Input file name
Note: See TracChangeset for help on using the changeset viewer.