diff -r fcc390443714 -r 382ecbbf0080 pidgin/gtkidle.c --- a/pidgin/gtkidle.c Sun Feb 19 17:56:40 2023 -0600 +++ b/pidgin/gtkidle.c Sun Feb 19 17:57:16 2023 -0600 @@ -50,7 +50,7 @@ *****************************************************************************/ #ifdef _WIN32 static time_t -pidgin_idle_get_idle_time(PurpleIdleUi *ui) { +pidgin_idle_get_idle_time(G_GNUC_UNUSED PurpleIdleUi *ui) { return (GetTickCount() - winpidgin_get_lastactive()) / 1000; } #endif /* _WIN32 */