Use the shiny new `mLib' warning-control macros.
[u/mdw/catacomb] / pub / keycheck.h
index f6b3388..db50e3f 100644 (file)
@@ -73,8 +73,9 @@ typedef struct keycheck_reportctx {
  * Use:                Reports a message to the user function.
  */
 
-extern int keycheck_report(keycheck */*kc*/, unsigned /*sev*/,
-                          const char */*msg*/, ...);
+extern int PRINTF_LIKE(3, 4)
+  keycheck_report(keycheck */*kc*/, unsigned /*sev*/,
+                 const char */*msg*/, ...);
 
 /* --- @keycheck_init@ --- *
  *