Clear unused variable warning

pull/836/head
Jeffrey Walton 2019-05-17 02:48:29 -04:00
parent d6f51109a9
commit c22eb40573
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ bool IsAppleMachineARMv8(unsigned int device, unsigned int version)
bool IsAppleMachineARMv84(unsigned int device, unsigned int version)
{
CRYPTOPP_UNUSED(device);
CRYPTOPP_UNUSED(version);
return false;
}
#endif // __APPLE__