From 9043188509b523b756e2427515f5aca3b9316bf7 Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 27 Dec 2012 06:03:43 +0000 Subject: Fixed error with -Werror git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426124 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/transport/http/sender/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/transport/http/sender/http_client.c b/src/core/transport/http/sender/http_client.c index 66f75a6..d6ae903 100644 --- a/src/core/transport/http/sender/http_client.c +++ b/src/core/transport/http/sender/http_client.c @@ -442,7 +442,7 @@ axis2_http_client_send( if(client->doing_mtom) { - axis2_status_t status = AXIS2_SUCCESS; + /*axis2_status_t status = AXIS2_SUCCESS; */ axutil_http_chunked_stream_t *chunked_stream = NULL; /* If the callback name is not there, then we will check whether there -- cgit v1.1-32-gdbae