# when compiling with MSVC's C compiler, (void)param won't be accepted, omit it at all to avoid trouble.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1031 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2011-06-09 14:43:28 +00:00
parent e479ca33d4
commit 3db25db8e2
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
*/
static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_32_tab)
{
(void)pcrc_32_tab;
unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an
* unpredictable manner on 16-bit systems; not a problem
* with any known compiler so far, though */