summaryrefslogtreecommitdiff
path: root/pidgin/libpidgin.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-11-28 23:20:24 -0600
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-11-28 23:20:24 -0600
commitc01de165bd4b8710e240610b56c274f1b2c74dc9 (patch)
tree21f4106e16e73b8cdbe9f6873fbea72022c91f26 /pidgin/libpidgin.c
parent69fdb15a2f02fb0b2faeff732948af076b503f65 (diff)
downloadpidgin-c01de165bd4b8710e240610b56c274f1b2c74dc9.tar.gz
Bump C standard to C99 for Pidgin files and fix warnings
Bump C standard to C99 for Pidgin files only and fix warnings Testing Done: Touched all Pidgin files, compiled and saw no new warnings. Reviewed at https://reviews.imfreedom.org/r/2103/
Diffstat (limited to 'pidgin/libpidgin.c')
-rw-r--r--pidgin/libpidgin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidgin/libpidgin.c b/pidgin/libpidgin.c
index 24d089e2d2..2abde5e34f 100644
--- a/pidgin/libpidgin.c
+++ b/pidgin/libpidgin.c
@@ -104,7 +104,8 @@ static void sighandler(int sig)
}
static gboolean
-mainloop_sighandler(GIOChannel *source, GIOCondition cond, gpointer data)
+mainloop_sighandler(GIOChannel *source, G_GNUC_UNUSED GIOCondition cond,
+ G_GNUC_UNUSED gpointer data)
{
GIOStatus stat;
int sig;