bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] implicit-function-decleration warning in imap4d.c


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] implicit-function-decleration warning in imap4d.c
Date: Thu, 07 Jun 2012 15:10:28 +0300

Eray Aslan <address@hidden> ha escrit:

> I am getting the following warning in imap4d/imap4d.c:

Never mind. This does not affect anything.

> Should we #ifdef WITH_GSASL ... #endif it out or define the func
> elsewhere?

It is defined in mailutils/gsasl.h. Just apply this:

diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 04fe4d5..d05c862 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -15,9 +15,7 @@
    along with GNU Mailutils.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include "imap4d.h"
-#ifdef WITH_GSASL
-# include <mailutils/gsasl.h>
-#endif
+#include <mailutils/gsasl.h>
 #include "mailutils/libargp.h"
 #include "tcpwrap.h"
 
Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]