Added test case for CRYPTOPP_UNUSED by applying it to argc and argv in tes.cpp (even though they are used)
parent
ca6e2fa683
commit
1d237fe79d
2
config.h
2
config.h
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
typedef unsigned char byte; // put in global namespace to avoid ambiguity with other byte typedefs
|
||||
|
||||
#define CRYPTOPP_UNUSED(x) ((void)x); // cast to void. Portable way to suppress unused variable
|
||||
#define CRYPTOPP_UNUSED(x) ((void)x) // cast to void. Portable way to suppress unused variable
|
||||
|
||||
NAMESPACE_BEGIN(CryptoPP)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue