]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / flower / include / libc-extension.hh
index abf5a549d1a68bf5888834da3277122adb4e6495..4378a11aca2c4f83a29e7dd37abe42875fa5f80c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the flowerlib
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef LIBC_EXTENSION_HH
@@ -37,6 +37,7 @@ double my_round (double);
   
 #if ! HAVE_SNPRINTF            /* GNU extension. */
 int snprintf (char *str, size_t n, char const *format, ...);
+ __attribute__ ((format (printf, 3, 4)));
 #endif
 
 #if ! HAVE_VSNPRINTF           /* GNU extension. */