mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 03:10:13 +01:00
tools/record: mark the iprintf function as printf
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9011f91868
commit
632eedadf5
1 changed files with 1 additions and 0 deletions
|
|
@ -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, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue