Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2020-01-12 09:33:52 +01:00
parent 04da4afe4c
commit 12709d0866

View File

@ -330,6 +330,7 @@ static int _pop3_refresh(POP3 * pop3, AccountFolder * folder,
{
POP3Command * cmd;
char buf[32];
(void) folder;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s() %u\n", __func__, (message != NULL)