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 [-Wer

[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