projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d28ce56
)
Added a couple of NMH_UNUSED's to suppress warnings when building without Cyrus SASL.
author
David Levine
<levinedl@acm.org>
Fri, 17 Feb 2012 04:56:02 +0000
(22:56 -0600)
committer
David Levine
<levinedl@acm.org>
Fri, 17 Feb 2012 04:56:02 +0000
(22:56 -0600)
uip/popsbr.c
patch
|
blob
|
history
diff --git
a/uip/popsbr.c
b/uip/popsbr.c
index
fcdbd75
..
feb7aa0
100644
(file)
--- a/
uip/popsbr.c
+++ b/
uip/popsbr.c
@@
-418,6
+418,11
@@
int
pop_init (char *host, char *port, char *user, char *pass, char *proxy,
int snoop, int sasl, char *mech)
{
+#ifndef CYRUS_SASL
+ NMH_UNUSED (sasl);
+ NMH_UNUSED (mech);
+#endif /* ! CYRUS_SASL */
+
int fd1, fd2;
char buffer[BUFSIZ];