Re: [PATCH weston] ivi-layout-test: Fix compilation error

2018-03-09 Thread Daniel Stone
Hi Philippe, On 8 March 2018 at 18:16, Philippe Normand wrote: > Sorry, this patch won't apply on master because there's no such ivi- > layout-test.c file in tests/ Right, in master it's called ivi_layout-test-plugin.c. In the atomic series, I renamed the file in one of the commits to add suppor

Re: [PATCH weston] ivi-layout-test: Fix compilation error

2018-03-08 Thread Philippe Normand
Hi, Sorry, this patch won't apply on master because there's no such ivi- layout-test.c file in tests/ Philippe On Thu, 2018-03-08 at 17:59 +, Philippe Normand wrote: > tests/ivi-layout-test.c:255:48: error: format not a string literal > and > no format arguments [-Werror=format-security] >

[PATCH weston] ivi-layout-test: Fix compilation error

2018-03-08 Thread Philippe Normand
tests/ivi-layout-test.c:255:48: error: format not a string literal and no format arguments [-Werror=format-security] snprintf(launcher->exe, sizeof launcher->exe, path); ^~~~ --- tests/ivi-layout-test.c | 2 +- 1 file changed, 1 insertion(+), 1 del