mirror of https://github.com/AxioDL/tinyxml2.git
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…
Reference in New Issue