Re: [Spice-devel] [PATCH x11spice v2] Changes to build on the 32 bit raspberry pi.

2019-06-15 Thread Frediano Ziglio
> > Signed-off-by: Jeremy White > --- > v2 Use (u) (u) thing instead of (u) ((u) thing) >Simplify some casting where possible > --- > src/scan.c| 6 +++--- > src/session.c | 8 > src/spice.c | 18 +++--- > 3 files changed, 18 insertions(+), 14 deletions(-) >

[Spice-devel] [PATCH x11spice v2] Changes to build on the 32 bit raspberry pi.

2019-06-14 Thread Jeremy White
Signed-off-by: Jeremy White --- v2 Use (u) (u) thing instead of (u) ((u) thing) Simplify some casting where possible --- src/scan.c| 6 +++--- src/session.c | 8 src/spice.c | 18 +++--- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/scan.c