registry: mark the rxkb_log function as attribute printf
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 7 Sep 2020 09:38:47 +0000 (19:38 +1000)
committerRan Benita <ran@unusedvar.com>
Mon, 7 Sep 2020 19:01:57 +0000 (22:01 +0300)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/registry.c

index d3d95f5..dcaaa1b 100644 (file)
@@ -133,6 +133,7 @@ static bool
 parse(struct rxkb_context *ctx, const char *path,
       enum rxkb_popularity popularity);
 
+ATTR_PRINTF(3, 4)
 static void
 rxkb_log(struct rxkb_context *ctx, enum rxkb_log_level level,
          const char *fmt, ...)