Re: [virt-tools-list] [virt-viewer PATCH v2 1/3] Annotate message dialog helpers with format(gnu_printf)

2019-03-04 Thread Christophe Fergeau
The shortlog should mention G_GNUC_PRINTF rather than format(printf) On Tue, Feb 19, 2019 at 03:00:09PM +, Daniel P. Berrangé wrote: > This allows the compiler to validate the format string and args passed > to the function. > > Signed-off-by: Daniel P. Berrangé > --- >

[virt-tools-list] [virt-viewer PATCH v2 1/3] Annotate message dialog helpers with format(gnu_printf)

2019-02-22 Thread Daniel P . Berrangé
This allows the compiler to validate the format string and args passed to the function. Signed-off-by: Daniel P. Berrangé --- src/virt-viewer-app.c | 38 +++--- src/virt-viewer-notebook.c | 4 ++-- 2 files changed, 25 insertions(+), 17 deletions(-) diff