aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-crypto.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-09 07:37:31 +0800
committerDan Winship <danw@src.gnome.org>2000-08-09 07:37:31 +0800
commitffaebb53febb7441ee7cfccaf3819a29efd702d7 (patch)
treeb65f92b1e9a6d958f5e2583e7a4c8f735fe7d87a /mail/mail-crypto.c
parent14e163207e7bea5a383f8b538041156dc2cb1c84 (diff)
downloadgsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.gz
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.bz2
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.lz
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.xz
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.tar.zst
gsoc2013-evolution-ffaebb53febb7441ee7cfccaf3819a29efd702d7.zip
Fix some compiler warnings.
* mail-crypto.c, mail-format.c, message-thread.c: Fix some compiler warnings. svn path=/trunk/; revision=4615
Diffstat (limited to 'mail/mail-crypto.c')
-rw-r--r--mail/mail-crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-crypto.c b/mail/mail-crypto.c
index 7f8c22af12..7314aaeffc 100644
--- a/mail/mail-crypto.c
+++ b/mail/mail-crypto.c
@@ -130,7 +130,6 @@ crypto_exec_with_passwd (char *path, char *argv[], const char *input,
gboolean eof_seen, diag_eof_seen, passwd_eof_seen, input_eof_seen;
size_t passwd_remaining, passwd_incr, input_remaining, input_incr;
struct timeval timeout;
- long tmp;
if ((pipe (ip_fds) < 0 ) ||
(pipe (op_fds) < 0 ) ||