summaryrefslogtreecommitdiff
path: root/finch/gntconv.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-16 03:28:38 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-16 03:28:38 -0500
commit5ee0b03554ba26d6494e49d90ddd14771755c457 (patch)
tree3041db112cca1e3a95f1d9417d27caef7e3bbad0 /finch/gntconv.c
parent774e20583b27f4bf18439d4b60cb5cd729a8d8b4 (diff)
downloadpidgin-5ee0b03554ba26d6494e49d90ddd14771755c457.tar.gz
Fix some easy compiler warnings
make ggp_date_from_iso8601 use a GDateTime instead of GTimeVal and have it return a gint64 Wrap a signal callback in a G_CALLBACK like it should be Remove some unused variables Only include sysctl.h on platforms where we need it. It's deprecated under gcc now. Testing Done: Compiled on freebsd 12.0, netbsd 9.0, openbsd 6.7, mac, and linux without issues. Reviewed at https://reviews.imfreedom.org/r/69/
Diffstat (limited to 'finch/gntconv.c')
-rw-r--r--finch/gntconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/finch/gntconv.c b/finch/gntconv.c
index 396ab78210..60b985706d 100644
--- a/finch/gntconv.c
+++ b/finch/gntconv.c
@@ -742,7 +742,6 @@ finch_create_conversation(PurpleConversation *conv)
char *title;
PurpleConversation *cc;
PurpleAccount *account;
- PurpleBlistNode *convnode = NULL;
if (ggc) {
gnt_window_present(ggc->window);