Re: [PATCH] libweston-desktop: Fix some clang warnings

2016-09-24 Thread Quentin Glidic
On 10/09/2016 19:11, Armin Krezović wrote: Fixes: implicit conversion from enumeration type '...' to different enumeration type '...' [-Wenum-conversion] Signed-off-by: Armin Krezović I do not like the variable name, but let’s keep that for later. Reviewed-by: Quentin Glidic And pushed: 5d

[PATCH] libweston-desktop: Fix some clang warnings

2016-09-10 Thread Armin Krezović
Fixes: implicit conversion from enumeration type '...' to different enumeration type '...' [-Wenum-conversion] Signed-off-by: Armin Krezović --- libweston-desktop/wl-shell.c | 4 +++- libweston-desktop/xdg-shell-v5.c | 4 +++- libweston-desktop/xdg-shell-v6.c | 4 +++- 3 files changed, 9 in