On Thu, 27 Nov 2014 20:50:14 +0530 Seedo Eldho Paul <[email protected]> wrote:
> Signed-off-by: Seedo Eldho Paul <[email protected]> > --- > src/scanner.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/scanner.c b/src/scanner.c > index fa8e0c0..ca03c57 100644 > --- a/src/scanner.c > +++ b/src/scanner.c > @@ -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, ...) Pushed, thanks, pq _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
