[PATCH] tests: fix compiler warnings and remove trailing whitespace

2013-11-21 Thread Marek Ch
Fix 'unused variable' and 'missing initializer' warnings and remove trailing whitespaces in connection-test --- tests/connection-test.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/tests/connection-test.c b/tests/connection-test.c index e284ea0..9f9

Re: [PATCH] tests: fix compiler warnings and remove trailing whitespace

2013-11-20 Thread Bryce W. Harrington
On Wed, Nov 20, 2013 at 04:25:39PM +0100, Marek Ch wrote: > Fix 'unused variable' and 'missing initializer' warnings and > remove trailing whitespaces in connection-test > @@ -517,6 +523,7 @@ suu_handler(void *data, struct wl_object *object, > { > int *done = data; > > + assert(object

[PATCH] tests: fix compiler warnings and remove trailing whitespace

2013-11-20 Thread Marek Ch
Fix 'unused variable' and 'missing initializer' warnings and remove trailing whitespaces in connection-test --- tests/connection-test.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/tests/connection-test.c b/tests/connection-test.c index e284ea0..066b5b5 10