On Tuesday, September 8, 2015 at 3:44:39 AM UTC-4, [email protected] 
wrote:
>
>
> Am Montag, 7. September 2015 17:24:41 UTC+2 schrieb Jeffrey Walton:
>>
>> RC1 performs more warning cleanup under Visual Studio. It also clears 
>> some issues raised by Enterprise Analysis (/analyze). Finally, RC1 clears a 
>> Multiarch/Fat binary issue under OS X.
>>
>> There's a diff in the ZIP describing precisely what changed from Crypto++ 
>> 5.6.2 (version 5.6.2 was SVN revision 541).
>>
>> Please report any problems you encounter.
>>
>
> Everything works for me. But can't 
> https://github.com/weidai11/cryptopp/commit/a0390f1fd725e37a201cc47ba47204182ebc1ccf
>  make 
> it into 5.6.3? I find the Visual C++ warning about unreferenced local 
> functions to be the most annoying one as it appears in every compilation 
> unit including misc.h and can only be suppressed for the whole compilation 
> unit in user code, not only for the Crypto++ headers.
>

We came to a compromise....

Crypto++ 5.6.3 RC4 can dispatch the warning, but you have to 
omit/disable/delete CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 from 
config.h. Its enabled by default due to versioning requirements. If you 
don't have to worry about it, then nuke it because its generally no good. 
(And it won't be present in Crypto++ 6.0).

Also see 
https://groups.google.com/d/msg/cryptopp-users/-aD0A-2gBb8/dJw-uPOUBwAJ and 
https://cryptopp.com/wiki/Config.h#Avoid_MAINTAIN_BACKWARDS_COMPATIBILITY.

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