You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/06/06 11:47:08 UTC

svn commit: r412064 - /webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c

Author: nandika
Date: Tue Jun  6 02:47:08 2006
New Revision: 412064

URL: http://svn.apache.org/viewvc?rev=412064&view=rev
Log:
warnings removed

Modified:
    webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c

Modified: webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c?rev=412064&r1=412063&r2=412064&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c (original)
+++ webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c Tue Jun  6 02:47:08 2006
@@ -202,7 +202,6 @@
     axis2_om_document_t *om_doc = NULL;
     axis2_xml_schema_collection_t *sch_collection = NULL;
     axis2_xml_schema_t *schema = NULL;
-    axis2_qname_t *qn = NULL;
     axis2_char_t *filename = NULL;
     axis2_array_list_t *schemas = NULL;
     
@@ -238,9 +237,7 @@
     axis2_om_document_t *om_doc = NULL;
     axis2_xml_schema_collection_t *sch_collection = NULL;
     axis2_xml_schema_t *schema = NULL;
-    axis2_qname_t *qn = NULL;
     axis2_char_t *filename = NULL;
-    axis2_array_list_t *schemas = NULL;
     
     env = axis2_env_create_all("test.log", 1);
     
@@ -444,10 +441,6 @@
     axis2_qname_t *qn = NULL;
     axis2_char_t *filename = NULL;
     void *element = NULL;
-    void *cmp_type = NULL;
-    void *items = NULL;
-    int count = 0;
-    int i =0;
     void *sch_type = NULL;
     int type = 0;
     void *seq = NULL;
@@ -492,16 +485,6 @@
     axis2_om_document_t *om_doc = NULL;
     axis2_xml_schema_collection_t *sch_collection = NULL;
     axis2_xml_schema_t *schema = NULL;
-    axis2_qname_t *qn = NULL;
-    axis2_char_t *filename = NULL;
-    void *element = NULL;
-    void *cmp_type = NULL;
-    void *items = NULL;
-    int count = 0;
-    int i =0;
-    void *sch_type = NULL;
-    int type = 0;
-    void *seq = NULL;
     axis2_char_t *xml = NULL;
     axis2_xml_reader_t *reader = NULL;
     axis2_om_stax_builder_t *builder = NULL;
@@ -553,14 +536,7 @@
     axis2_xml_schema_t *schema = NULL;
     axis2_qname_t *type_qname = NULL;
     axis2_qname_t *element_qname = NULL;
-    axis2_char_t *filename = NULL;
     void *element = NULL;
-    void *cmp_type = NULL;
-    axis2_xml_schema_obj_collection_t *items = NULL;
-    int count = 0;
-    int i =0;
-    void *sch_type = NULL;
-    int type = 0;
     void *simple_type = NULL;
     
     
@@ -599,7 +575,6 @@
     axis2_xml_schema_collection_t *sch_collection = NULL;
     axis2_xml_schema_t *schema = NULL;
     axis2_qname_t *element_qname = NULL;
-    axis2_char_t *filename = NULL;
     
     void *element = NULL;
     
@@ -611,13 +586,8 @@
     
     int i =0;
     
-    void *sch_type = NULL;
-    
-    int type = 0;
-    
     void *particle = NULL;
     
-    void *seq = NULL;
     
     env = axis2_env_create_all("test.log", 1);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org