From b3b9e25cd49a6b5b20b1aa1a5f7c4cd8856bd7f8 Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 27 Dec 2012 06:47:25 +0000 Subject: Fixed warnings with -Werror git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426131 13f79535-47bb-0310-9956-ffa450edef68 --- src/modules/mod_addr/addr_in_handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/mod_addr/addr_in_handler.c b/src/modules/mod_addr/addr_in_handler.c index 2c4de3b..b7a90b3 100644 --- a/src/modules/mod_addr/addr_in_handler.c +++ b/src/modules/mod_addr/addr_in_handler.c @@ -539,9 +539,9 @@ axis2_addr_in_extract_epr_information( while(AXIOM_CHILD_ELEMENT_ITERATOR_HAS_NEXT(ref_param_iter, env)) { axiom_node_t *om_node = NULL; - axiom_element_t *om_ele = NULL; + /*axiom_element_t *om_ele = NULL; */ om_node = AXIOM_CHILD_ELEMENT_ITERATOR_NEXT(ref_param_iter, env); - om_ele = (axiom_element_t *)axiom_node_get_data_element(om_node, env); + /*om_ele = (axiom_element_t *)axiom_node_get_data_element(om_node, env); */ axis2_endpoint_ref_add_ref_param(endpoint_ref, env, om_node); } } -- cgit v1.1-32-gdbae