mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))
Signed-off-by: Seedo Eldho Paul <seedoeldhopaul@gmail.com>
This commit is contained in:
parent
e36d0233ee
commit
93e352d058
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ static const char *indent(int n)
|
|||
}
|
||||
|
||||
static void
|
||||
desc_dump(char *desc, const char *fmt, ...) __attribute__((format(printf,2,3)));
|
||||
desc_dump(char *desc, const char *fmt, ...) WL_PRINTF(2, 3);
|
||||
|
||||
static void
|
||||
desc_dump(char *desc, const char *fmt, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue