I'll need to double-check, but I don't think so. I'm using both clang(from Xcode) and GCC-5.2.
Sent from my iPad > On Aug 10, 2015, at 03:29, Jeffrey Walton <[email protected]> wrote: > > > >> On Monday, August 10, 2015 at 3:02:32 AM UTC-4, Jeffrey Walton wrote: >> >>> ... >>> In file included from ../CryptoKeyGenerator/KeyGenerator.cpp:3: >>> >>> In file included from /Users/freddy/data/freddy/libs/cryptopp562/rsa.h:9: >>> >>> In file included from >>> /Users/freddy/data/freddy/libs/cryptopp562/pubkey.h:35: >>> >>> In file included from >>> /Users/freddy/data/freddy/libs/cryptopp562/modarith.h:6: >>> >>> /Users/freddy/data/freddy/libs/cryptopp562/cryptlib.h:402:41: 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");} >>> >> >> Well, I did not see an error. Could you explicitly state what the error is? >> >> We are working on the warning cleanup now. The cleanup may be available in >> 5.6.3. It will be available in 5.7. >> >> In the interim, open GNUmakefile and add -Wno-unused-parameter to CXXFLAGS. >> Lots of unused parameters is an artifact of C++ and interface programming. > > Uri - you do a lot on OS X. Are you seeing this kind of pollution in the > output of make? > > 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. -- -- 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.
