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/psphot/src/psphotTest.c

    r21355 r24187  
    5050    }
    5151
    52     psTraceSetLevel ("psLib.sys.mutex", 3);
     52    (void) psTraceSetLevel ("psLib.sys.mutex", 3);
    5353
    5454    int nThreads = atoi (argv[2]);
Note: See TracChangeset for help on using the changeset viewer.