From 3db25db8e28e830e637f66d95045c7354613a88b Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Thu, 9 Jun 2011 14:43:28 +0000 Subject: [PATCH] # 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 --- contrib/unzip/crypt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/unzip/crypt.h b/contrib/unzip/crypt.h index 5d3d8aeb4..f14a628b4 100644 --- a/contrib/unzip/crypt.h +++ b/contrib/unzip/crypt.h @@ -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 */