Index: /trunk/psLib/src/math/psPolynomialMetadata.h
===================================================================
--- /trunk/psLib/src/math/psPolynomialMetadata.h	(revision 14414)
+++ /trunk/psLib/src/math/psPolynomialMetadata.h	(revision 14415)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-02-06 21:55:28 $
+ * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-07 00:03:00 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,5 +51,9 @@
     const char *format,                ///< Name of polynomial folder.
     ...                                ///< Arguments for name formatting.
-);
+)
+#ifdef __GNUC__
+__attribute__((format(printf,3,4)))
+#endif
+;
 
 /** Allocates a new psPolynomial2D structure with information from a psMetadata.
@@ -84,5 +88,9 @@
     const char *format,                      ///< Name of polynomial folder.
     ...                                ///< Arguments for name formatting.
-);
+)
+#ifdef __GNUC__
+__attribute__((format(printf,3,4)))
+#endif
+;
 
 /** Allocates a new psPolynomial3D structure with information from a psMetadata.
@@ -118,5 +126,9 @@
     const char *format,                      ///< Name of polynomial folder.
     ...                                ///< Arguments for name formatting.
-);
+)
+#ifdef __GNUC__
+__attribute__((format(printf,3,4)))
+#endif
+;
 
 /** Allocates a new psPolynomial4D structure with information from a psMetadata.
@@ -152,5 +164,9 @@
     const char *format,                      ///< Name of polynomial folder.
     ...                                ///< Arguments for name formatting.
-);
+)
+#ifdef __GNUC__
+__attribute__((format(printf,3,4)))
+#endif
+;
 
 /// @}
