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/psLogMsg.h

    r11694 r14452  
    1111 *  @author Joshua Hoblitt, University of Hawaii
    1212 *
    13  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-02-08 01:59:28 $
     13 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-08-09 01:40:07 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    120120    const char *format,                ///< printf-style format command
    121121    ...
    122 #ifdef __GNUC__
    123 ) __attribute__((format(printf, 3, 4)));
    124 #else // ifdef __GNUC__
    125 );
    126 #endif // ifdef __GNUC__
     122) PS_ATTR_FORMAT(printf, 3, 4);
    127123
    128124
Note: See TracChangeset for help on using the changeset viewer.