Cleared missing function protoype under Sun Studio

pull/186/head
Jeffrey Walton 2016-06-08 20:03:52 -04:00
parent 639c9024f4
commit ddb120e208
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
USING_NAMESPACE(CryptoPP)
USING_NAMESPACE(std)
#ifndef CRYPTOPP_UNUSED
# define CRYPTOPP_UNUSED(x) (void(x))
#endif
// Used for testing the compiler and linker in cryptest.sh
#if defined(CRYPTOPP_ADHOC_MAIN)