Fix lots of warnings all over the place, make inbound buffers of FMOUT const.
[citadel.git] / webcit / groupdav_get.c
index 267f4bd6f001d929add1e4546c2d0320f1268a18..b99e7caaf80c008ec1cfefcb7052169ccbabaefd 100644 (file)
@@ -109,7 +109,6 @@ void groupdav_get(void)
        long dav_msgnum = (-1);
        char buf[1024];
        int in_body = 0;
-       int found_content_type = 0;
        char *ptr;
        char *endptr;
        char *msgtext = NULL;
@@ -185,7 +184,6 @@ void groupdav_get(void)
        /* We got it; a message is now arriving from the server.  Read it in. */
 
        in_body = 0;
-       found_content_type = 0;
        strcpy(charset, "UTF-8");
        strcpy(content_type, "text/plain");
        strcpy(date, "");