fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]
[novacoin.git] / src / cryptopp / cpu.cpp
index 3e46804..8789dc3 100644 (file)
@@ -80,7 +80,7 @@ bool CpuId(word32 input, word32 *output)
 #endif
 }
 
-#ifndef _MSC_VER
+#if !CRYPTOPP_BOOL_X64 && !defined(_MSC_VER) && defined(__GNUC__)
 static jmp_buf s_jmpNoSSE2;
 static void SigIllHandlerSSE2(int)
 {