]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / flower / include / libc-extension.hh
index da4291604c2c0e94d66146e1c9a39c04ac18fbd2..236b731d8a12e9828316a9fdcd022193ce05789d 100644 (file)
@@ -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. */