[Qemu-devel] [PATCH v5] ui/spice-core: report compiled-version in info spice/query-spice

2011-08-10 Thread Alon Levy
Signed-off-by: Alon Levy al...@redhat.com --- ui/spice-core.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index 3d77c01..768378e 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -372,6 +372,8 @@ void

Re: [Qemu-devel] [PATCH v5] ui/spice-core: report compiled-version in info spice/query-spice

2011-08-10 Thread Gerd Hoffmann
+char version_string[20]; // 12 = |255.255.255\0| is the max checkpatch reports: ERROR: do not use C99 // comments #19: FILE: ui/spice-core.c:393: +char version_string[20]; // 12 = |255.255.255\0| is the max cheers, Gerd