tools/record: mark the iprintf function as printf

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-03-26 11:30:24 +10:00
parent 9011f91868
commit 632eedadf5

View file

@ -192,6 +192,7 @@ indent_pop(struct record_context *ctx)
/**
* Indented dprintf, indentation is in the context
*/
LIBINPUT_ATTRIBUTE_PRINTF(2, 3)
static void
iprintf(const struct record_context *ctx, const char *format, ...)
{