mailer: avoid a couple warnings

This commit is contained in:
Pierre Pronchery 2024-09-18 02:34:30 +02:00
parent e97a86a400
commit 693faeb074

View File

@ -598,6 +598,7 @@ static char * _account_helper_authenticate(Account * account,
GtkWidget * dialog;
GtkWidget * vbox;
GtkWidget * widget;
(void) account;
dialog = gtk_dialog_new();
/* XXX enumerate the methods available */
@ -628,6 +629,7 @@ static int _account_helper_confirm(Account * account, char const * message)
{
int ret;
GtkWidget * dialog;
(void) account;
/* XXX set mailer's main window as the parent? */
dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_QUESTION,