diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-15 05:33:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-15 05:33:45 +0800 |
commit | 1957762cbf5375928fd0fe3fedb3b63850425e9e (patch) | |
tree | 5647563415035ee0fb1b852ac58610500eb87d43 /camel/camel-mime-part.c | |
parent | 557afe41020d808811375ef02e4c1b822da5515e (diff) | |
download | gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.gz gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.zst gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.zip |
Fixed compiler warnings.
2002-06-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-arg.c:
* camel-disco-diary.c:
* camel-index-control.c:
* camel-mime-part.c:
* camel-pgp-mime.c:
* camel-store.c:
* camel-tcp-stream-ssl.c:
* camel-text-index.c: Fixed compiler warnings.
svn path=/trunk/; revision=17187
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r-- | camel/camel-mime-part.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index e64fc94927..3ebd45e6aa 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -94,7 +94,7 @@ static void set_disposition (CamelMimePart *mime_part, const gchar *disposition) /* format output of headers */ static int write_references(CamelStream *stream, struct _header_raw *h); -static int write_fold(CamelStream *stream, struct _header_raw *h); +/*static int write_fold(CamelStream *stream, struct _header_raw *h);*/ static int write_raw(CamelStream *stream, struct _header_raw *h); |