Re: [PATCH weston] clients/stacking: Silence a compiler warning

2016-10-01 Thread Quentin Glidic
On 29/09/2016 00:18, Armin Krezović wrote: This patch fixes a compiler warning when building with clang, since it doesn't support gnu_printf attribute. v2: - Switch to WL_PRINTF per suggestion from Eric Engestrom. v3: - Explicitly include wayland-util.h Reviewed-by: Eric Engestrom Signed-

[PATCH weston] clients/stacking: Silence a compiler warning

2016-09-28 Thread Armin Krezović
This patch fixes a compiler warning when building with clang, since it doesn't support gnu_printf attribute. v2: - Switch to WL_PRINTF per suggestion from Eric Engestrom. v3: - Explicitly include wayland-util.h Reviewed-by: Eric Engestrom Signed-off-by: Armin Krezović --- clients/stacking