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/sys/psError.c

    r19034 r23486  
    146146
    147147psErrorCode p_psErrorV(const char* filename,
    148                        unsigned int lineno,
    149                        const char* func,
    150                        psErrorCode code,
    151                        bool new,
    152                        const char* format,
    153                        va_list ap)
     148                       unsigned int lineno,
     149                       const char* func,
     150                       psErrorCode code,
     151                       bool new,
     152                       const char* format,
     153                       va_list ap)
    154154{
    155155  char errMsg[MAX_STRING_LENGTH];
     
    245245}
    246246
    247 long psErrorGetStackSize()
     247long psErrorGetStackSize(void)
    248248{
    249249    psArray *errorStack = psErrorStackGet();
Note: See TracChangeset for help on using the changeset viewer.