IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2009, 9:25:43 AM (17 years ago)
Author:
Paul Price
Message:

Functions declared as 'type function()' caused errors with the Intel compiler ('error #310: old-style parameter list (anachronism)'), which wants 'type function()'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/jpeg/psImageJpeg.h

    r14452 r23486  
    11/* @file  psImageJpeg.h
    22 * @brief functions to generate JPEG images from psImage
    3  * 
     3 *
    44 * @author EAM
    55 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     
    2828
    2929// allocate a colormap (does not define the map values)
    30 psImageJpegColormap *psImageJpegColormapAlloc() PS_ATTR_MALLOC;
     30psImageJpegColormap *psImageJpegColormapAlloc(void) PS_ATTR_MALLOC;
    3131
    3232// set the colormap values using the supplied name
Note: See TracChangeset for help on using the changeset viewer.