From 99e92472fc0ae26b8f13dd181660bbcbfbaa0f19 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Sat, 1 Nov 2008 11:31:03 +0000 Subject: [PATCH] Fixed shift warning in irrxml. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@212 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/irrXML/CXMLReaderImpl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/irrXML/CXMLReaderImpl.h b/code/irrXML/CXMLReaderImpl.h index d9b1eaaed..d1dc57590 100644 --- a/code/irrXML/CXMLReaderImpl.h +++ b/code/irrXML/CXMLReaderImpl.h @@ -661,9 +661,8 @@ private: TextData = new char_type[sizeWithoutHeader]; // MSVC debugger complains here about loss of data ... - // todo ... I temporarily disabled the check in the build config for (int i=0; i