mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 03:41:30 +00:00
fix 'always true' warning
This commit is contained in:
parent
70f2c740c0
commit
4f0c2ffcab
@ -1958,7 +1958,6 @@ void XMLDocument::PrintError() const
|
||||
TIXML_SNPRINTF( buf2, LEN, "%s", _errorStr2 );
|
||||
}
|
||||
|
||||
TIXMLASSERT( INT_MIN <= _errorID && _errorID <= INT_MAX );
|
||||
printf( "XMLDocument error id=%d '%s' str1=%s str2=%s\n",
|
||||
static_cast<int>( _errorID ), ErrorName(), buf1, buf2 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user