Re: [PATCH libinput 1/3] Mark some internal log functions as printf-style function

2016-10-27 Thread Eric Engestrom
On Monday, 2016-10-24 11:45:17 +1000, Peter Hutterer wrote: > Fixes the respective clang warnings > > Signed-off-by: Peter Hutterer > --- > src/libinput.c| 6 ++ > test/litest.c | 16 > test/misc.c | 7 +++ > tools/event-gui.c |

Re: [PATCH libinput 1/3] Mark some internal log functions as printf-style function

2016-10-24 Thread Peter Hutterer
On Mon, Oct 24, 2016 at 10:13:27AM +0100, Eric Engestrom wrote: > On Monday, 2016-10-24 11:45:17 +1000, Peter Hutterer wrote: > > Fixes the respective clang warnings > > > > Signed-off-by: Peter Hutterer > > --- > > src/libinput.c| 6 ++ > > test/litest.c

Re: [PATCH libinput 1/3] Mark some internal log functions as printf-style function

2016-10-24 Thread Hans de Goede
Hi, All 3 patches LGTM and are: Reviewed-by: Hans de Goede Regards, Hans On 24-10-16 03:45, Peter Hutterer wrote: Fixes the respective clang warnings Signed-off-by: Peter Hutterer --- src/libinput.c| 6 ++ test/litest.c | 16

[PATCH libinput 1/3] Mark some internal log functions as printf-style function

2016-10-23 Thread Peter Hutterer
Fixes the respective clang warnings Signed-off-by: Peter Hutterer --- src/libinput.c| 6 ++ test/litest.c | 16 test/misc.c | 7 +++ tools/event-gui.c | 8 tools/shared.c| 7 +++ 5 files changed, 44