IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2007, 2:03:00 PM (19 years ago)
Author:
Paul Price
Message:

Adding gcc attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomialMetadata.h

    r11669 r14415  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-02-06 21:55:28 $
     10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-08-07 00:03:00 $
    1212 *
    1313 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151    const char *format,                ///< Name of polynomial folder.
    5252    ...                                ///< Arguments for name formatting.
    53 );
     53)
     54#ifdef __GNUC__
     55__attribute__((format(printf,3,4)))
     56#endif
     57;
    5458
    5559/** Allocates a new psPolynomial2D structure with information from a psMetadata.
     
    8488    const char *format,                      ///< Name of polynomial folder.
    8589    ...                                ///< Arguments for name formatting.
    86 );
     90)
     91#ifdef __GNUC__
     92__attribute__((format(printf,3,4)))
     93#endif
     94;
    8795
    8896/** Allocates a new psPolynomial3D structure with information from a psMetadata.
     
    118126    const char *format,                      ///< Name of polynomial folder.
    119127    ...                                ///< Arguments for name formatting.
    120 );
     128)
     129#ifdef __GNUC__
     130__attribute__((format(printf,3,4)))
     131#endif
     132;
    121133
    122134/** Allocates a new psPolynomial4D structure with information from a psMetadata.
     
    152164    const char *format,                      ///< Name of polynomial folder.
    153165    ...                                ///< Arguments for name formatting.
    154 );
     166)
     167#ifdef __GNUC__
     168__attribute__((format(printf,3,4)))
     169#endif
     170;
    155171
    156172/// @}
Note: See TracChangeset for help on using the changeset viewer.