Clear unused variable warning
parent
d6f51109a9
commit
c22eb40573
2
cpu.cpp
2
cpu.cpp
|
|
@ -109,6 +109,8 @@ bool IsAppleMachineARMv8(unsigned int device, unsigned int version)
|
||||||
|
|
||||||
bool IsAppleMachineARMv84(unsigned int device, unsigned int version)
|
bool IsAppleMachineARMv84(unsigned int device, unsigned int version)
|
||||||
{
|
{
|
||||||
|
CRYPTOPP_UNUSED(device);
|
||||||
|
CRYPTOPP_UNUSED(version);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif // __APPLE__
|
#endif // __APPLE__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue