]> git.imager.perl.org - imager.git/blobdiff - imerror.h
update Imager dependency for W32/
[imager.git] / imerror.h
index 313834f4b394b5b5268b84ba2e419d1c387ececd..da56df1f53d49aa9c57bba3ce5e536197b51d673 100644 (file)
--- a/imerror.h
+++ b/imerror.h
@@ -19,7 +19,7 @@ extern int i_set_errors_fatal(int new_fatal);
 extern i_errmsg *i_errors(void);
 
 extern void i_push_error(int code, char const *msg);
-extern void i_push_errorf(int code, char const *fmt, ...);
+extern void i_push_errorf(int code, char const *fmt, ...) I_FORMAT_ATTR(2, 3);
 extern void i_push_errorvf(int code, char const *fmt, va_list);
 extern void i_clear_error(void);
 extern int i_failed(int code, char const *msg);