scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))

Signed-off-by: Seedo Eldho Paul <seedoeldhopaul@gmail.com>
This commit is contained in:
Seedo Eldho Paul 2014-11-27 20:50:14 +05:30 committed by Pekka Paalanen
parent e36d0233ee
commit 93e352d058

View file

@ -199,7 +199,7 @@ static const char *indent(int n)
} }
static void 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 static void
desc_dump(char *desc, const char *fmt, ...) desc_dump(char *desc, const char *fmt, ...)