Re: [Spice-devel] [spice-common v2 4/8] build: Add missing G_GNUC_PRINTF annotations

2019-03-29 Thread Frediano Ziglio
> > They were suggested by gcc when using -Wsuggest-attribute=format > > Signed-off-by: Christophe Fergeau Acked-by: Frediano Ziglio > --- > common/log.c | 1 + > tests/test-logging.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/common/log.c b/common/log.c > index b73d

[Spice-devel] [spice-common v2 4/8] build: Add missing G_GNUC_PRINTF annotations

2019-03-29 Thread Christophe Fergeau
They were suggested by gcc when using -Wsuggest-attribute=format Signed-off-by: Christophe Fergeau --- common/log.c | 1 + tests/test-logging.c | 1 + 2 files changed, 2 insertions(+) diff --git a/common/log.c b/common/log.c index b73da71..ce162a1 100644 --- a/common/log.c +++ b/common/