IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2007, 3:40:08 PM (19 years ago)
Author:
jhoblitt
Message:

gcc attribute cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.h

    r12494 r14452  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-03-19 22:26:22 $
     11 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-08-09 01:40:07 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    100100    const char *format,                ///< printf-style format command
    101101    ...                                ///< trace message arguments
    102 #ifdef __GNUC__
    103 ) __attribute__((format(printf, 6, 7)));
    104 #else // ifdef __GNUC__
    105 );
    106 #endif // ifdef __GNUC__
     102) PS_ATTR_FORMAT(printf, 6, 7);
    107103#ifndef SWIG
    108104#define psTrace(facil, level, ...) \
Note: See TracChangeset for help on using the changeset viewer.