Re: [PATCH weston] zunitc: use platform-independent macros for integer formatting

2016-05-19 Thread Bryce Harrington
On Wed, May 18, 2016 at 05:18:18PM +0100, Emmanuel Gil Peyrot wrote: > From: Emmanuel Gil Peyrot > > Fixes warnings and potential issues on 32-bit platforms, tested only on > ARM but I’d expect the same issue on i686. > > Signed-off-by: Emmanuel Gil Peyrot I like that this removes warnings, al

Re: [PATCH weston] zunitc: use platform-independent macros for integer formatting

2016-05-18 Thread Emmanuel Gil Peyrot
On Wed, May 18, 2016 at 05:18:18PM +0100, Emmanuel Gil Peyrot wrote: > From: Emmanuel Gil Peyrot > > Fixes warnings and potential issues on 32-bit platforms, tested only on > ARM but I’d expect the same issue on i686. > > Signed-off-by: Emmanuel Gil Peyrot This should read “Signed-off-by: Emma

[PATCH weston] zunitc: use platform-independent macros for integer formatting

2016-05-18 Thread Emmanuel Gil Peyrot
From: Emmanuel Gil Peyrot Fixes warnings and potential issues on 32-bit platforms, tested only on ARM but I’d expect the same issue on i686. Signed-off-by: Emmanuel Gil Peyrot --- This patch should be fine to land during the 1.11 beta, it doesn’t change any functional element and is just about