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

    r22681 r23486  
    3535}
    3636
    37 psImageJpegColormap *psImageJpegColormapAlloc ()
     37psImageJpegColormap *psImageJpegColormapAlloc(void)
    3838{
    3939    psImageJpegColormap *map = psAlloc(sizeof(psImageJpegColormap));
Note: See TracChangeset for help on using the changeset viewer.