FTK change. Fixed OS X compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@788 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
#include "ftksys.h"
|
||||
|
||||
static FLMUINT32 * gv_pui32CRCTbl = NULL;
|
||||
#if defined( FLM_X86) && (defined( FLM_GNUC) || defined( FLM_WIN) || defined( FLM_NLM))
|
||||
static FLMBOOL gv_bCanUseFastCheckSum = FALSE;
|
||||
#endif
|
||||
|
||||
extern "C" void ftkFastChecksum(
|
||||
const void * pBlk,
|
||||
|
||||
Reference in New Issue
Block a user