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/imageops/psImageBinning.c

    r21107 r23486  
    3131}
    3232
    33 psImageBinning *psImageBinningAlloc() {
     33psImageBinning *psImageBinningAlloc(void) {
    3434    psImageBinning *binning = (psImageBinning*)psAlloc(sizeof(psImageBinning));
    3535    psMemSetDeallocator(binning, (psFreeFunc)psImageBinningFree);
Note: See TracChangeset for help on using the changeset viewer.