Re: [PATCH libinput] Address gcc warnings on potentially uninitialized variables.

2015-05-31 Thread Peter Hutterer
On Fri, May 29, 2015 at 06:40:25PM -0700, Jon A. Cruz wrote: > Signed-off-by: Jon A. Cruz merged, thanks. turns out gcc at -O0 doesn't show the warnings... Cheers, Peter > --- > test/touch.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/test/touch.c b/test/tou

[PATCH libinput] Address gcc warnings on potentially uninitialized variables.

2015-05-29 Thread Jon A. Cruz
Signed-off-by: Jon A. Cruz --- test/touch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/touch.c b/test/touch.c index 2c07e09..be2bea9 100644 --- a/test/touch.c +++ b/test/touch.c @@ -586,7 +586,8 @@ START_TEST(touch_initial_state) { struct litest_device *de