On Sunday, December 15, 2013 11:05:55 PM UTC-5, Andrew Dolby wrote:
>
> Hello,
>
> I built Crypto++ 5.6.2 with GCC 4.8.1 (from MinGW-w64) on Windows.
>
> I get this error as I try to build my application (also with GCC 4.8.1) 
> using Crypto++:
>
> In file included from ..\..\cryptopp/randpool.h:4:0, 
>
> from ..\..\cryptopp/osrng.h:10,
>
> from ..\test\src\test.cpp:8:
>
> ..\..\cryptopp/cryptlib.h:402:15: warning: unused parameter 'iv' 
> [-Wunused-parameter]
>
> virtual void Resynchronize(const byte *iv, int ivLength=-1) {throw 
> NotImplemented(GetAlgorithm().AlgorithmName() + ": this object doesn't 
> support resynchronization");}
>
> Its a warning, not an error. It can be safely ignored.

Crypto++ has a  lot of "unused parameter" warnings. Its par for the course 
with interface programming.

Jeff 

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to