]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
* lily/slur-configuration.cc (fit_factor): oops, skip point if
[lilypond.git] / flower / include / std-string.hh
index d9552b4820290062876fb8d38f1e493af84e9c30..bc2fd61ee5f75bd90ccbd02692b7514aa72ac006 100644 (file)
@@ -26,7 +26,8 @@ string to_string (long);
 string to_string (long unsigned);
 string to_string (unsigned);
 string to_string (bool b);
-string to_string (char const *format, ...);
+string to_string (char const *format, ...)
+  __attribute__ ((format (printf, 1, 2)));
   
 string &replace_all (string &str, string find, string replace);
 string &replace_all (string &str, char find, char replace);