X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=globals.h;h=fe17703b569591dfa9c1a8a1e50209de28e7a22e;hb=418e55040ec4a95698a8f1f128f3afbfd6aba48b;hp=aed2d800f689c3fe42ae21635e0e40f6d77f11d7;hpb=0840ecb90bb99da0d6b0c028ace977dd1932e6e1;p=apps%2Fmadmutt.git diff --git a/globals.h b/globals.h index aed2d80..fe17703 100644 --- a/globals.h +++ b/globals.h @@ -11,8 +11,8 @@ #include -WHERE void (*mutt_error) (const char *, ...); -WHERE void (*mutt_message) (const char *, ...); +WHERE void (*mutt_error) (const char *, ...) __attribute__((format(printf, 1, 2))) ; +WHERE void (*mutt_message) (const char *, ...) __attribute__((format(printf, 1, 2))) ; WHERE CONTEXT *Context;