]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
* lily/slur-configuration.cc (fit_factor): oops, skip point if
[lilypond.git] / flower / include / international.hh
index 1b29c45fa973beb218cab8f209e6a6365dbb39bf..d1c71ed08b15f3be19d5970f132a76d9a0dad2c6 100644 (file)
@@ -28,7 +28,8 @@ string _ (char const *ch);
    Internationalisation: _f ("Usage: %s [FILE]", "lilypond") gets "translated" by
    GNU gettext
 */
-string _f (char const *format, ...);
+string _f (char const *format, ...)
+          __attribute__ ((format (printf, 1, 2)));
 string _f (char const *format, string s, string s2 = "", string s3 = "");
 
 #endif // INTERNATIONAL_HH