IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 3:31:41 PM (19 years ago)
Author:
jhoblitt
Message:

cast all 'const' variables to (void *) when calling psFree()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r11460 r11676  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2007-01-31 03:11:56 $
     10*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-02-07 01:31:40 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    164164    psArray *matches = match_lists(x1, y1, x2, y2, sorted1, sorted2, RADIUS); \
    165165    \
    166     psFree(sorted1); \
    167     psFree(sorted2); \
     166    psFree((void *)sorted1); \
     167    psFree((void *)sorted2); \
    168168    psFree(x1); \
    169169    psFree(y1); \
Note: See TracChangeset for help on using the changeset viewer.