commit | 9b093cc1ee141457d71e2984449b2b393de39056 | [log] [tgz] |
---|---|---|
author | Lee Thomason (grinliz) <leethomason@gmail.com> | Sat Feb 25 21:30:18 2012 -0800 |
committer | Lee Thomason (grinliz) <leethomason@gmail.com> | Sat Feb 25 21:30:18 2012 -0800 |
tree | 35850efad1b0dbcde2217d07da2e139dbc5ae2a7 | |
parent | 647eed32efadc1ed06374670cb1c7c96d21a4d09 [diff] [blame] |
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 +}