diff options
author | nandika | 2012-12-27 06:03:43 +0000 |
---|---|---|
committer | nandika | 2012-12-27 06:03:43 +0000 |
commit | 9043188509b523b756e2427515f5aca3b9316bf7 (patch) | |
tree | 05c92c00c839892a24f65cae61524e4606cc293d | |
parent | 32860d9b7f688c8892776bfd9e94ebb8db94e4e5 (diff) | |
download | axis2c-9043188509b523b756e2427515f5aca3b9316bf7.tar.gz axis2c-9043188509b523b756e2427515f5aca3b9316bf7.tar.bz2 |
Fixed error with -Werror
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426124 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/core/transport/http/sender/http_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |