From 25c4c78e2ddad482dfc9d5a104f76325fcc2f8e5 Mon Sep 17 00:00:00 2001 From: Jason Copenhaver Date: Fri, 16 Jan 2015 16:50:24 -0300 Subject: Fix compiler warnings on Cygwin and Mac OS X. * Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it. * Cleanup warnings for 'make check' build. * Fix the type issue for getsockopt calls. * Fix enum warnings in Yahoo libs on Mac OS X. --- tests/check_jabber_sasl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/check_jabber_sasl.c') diff --git a/tests/check_jabber_sasl.c b/tests/check_jabber_sasl.c index 63118d39..81fc60aa 100644 --- a/tests/check_jabber_sasl.c +++ b/tests/check_jabber_sasl.c @@ -86,7 +86,6 @@ static void check_get_part(int l) { tcase_fn_start( get_part_tests[i].key, __FILE__, i ); char *res; - int len; res = sasl_get_part( get_part_tests[i].challenge, get_part_tests[i].key ); -- cgit v1.2.3