Fixed error with -Werror
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 @@
 
     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