mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
fix some compiler warnings, and fragile code, in the test output
This commit is contained in:
parent
e736f294c5
commit
c83127973d
@ -49,7 +49,7 @@ template< class T > bool XMLTest( const char* testString, T expected, T found, b
|
||||
if ( !echo )
|
||||
printf (" %s\n", testString);
|
||||
else
|
||||
printf (" %s [%d][%d]\n", testString, expected, found);
|
||||
printf (" %s [%d][%d]\n", testString, static_cast<int>(expected), static_cast<int>(found) );
|
||||
|
||||
if ( pass )
|
||||
++gPass;
|
||||
|
Loading…
x
Reference in New Issue
Block a user