Test on gcc. Fix warning. Fix uneeded params. Up VS debug to level 4 and fix warnings.
diff --git a/xmltest.cpp b/xmltest.cpp
index 357ef67..cda1c43 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -69,7 +69,7 @@
 }

 

 

-int main( int argc, const char* argv )

+int main( int /*argc*/, const char* /*argv*/ )

 {

 	#if defined( _MSC_VER )

 		_CrtMemCheckpoint( &startMemState );

@@ -621,4 +621,4 @@
 

 	printf ("\nPass %d, Fail %d\n", gPass, gFail);

 	return 0;

-}
\ No newline at end of file
+}