Comment unknown pragma for it raises a warning (this may be intentional, but nevertheless I find it annoying).

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@702 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2010-04-17 21:36:13 +00:00
parent fc617d9f58
commit 0695775bc4
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ void OgreImporter::CreateAssimpSkeleton(const std::vector<Bone> &Bones, const st
}
}
//TODO: Auf nicht vorhandene Animationskeys achten!
#pragma warning (s.o.)
//#pragma warning (s.o.)
//__________________________________________________________________
}