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_irc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/check_irc.c') diff --git a/tests/check_irc.c b/tests/check_irc.c index 66fe0021..a4b9a1e9 100644 --- a/tests/check_irc.c +++ b/tests/check_irc.c @@ -27,7 +27,6 @@ END_TEST START_TEST(test_login) GIOChannel *ch1, *ch2; irc_t *irc; - GError *error = NULL; char *raw; fail_unless(g_io_channel_pair(&ch1, &ch2)); -- cgit v1.2.3