GetIntValueWithDefault causes a number of conversion warnings in the 
library. A quick pass shows it causes at least a dozen of them.

Its provided by cryptlib.h:

    grep -I GetIntValueWithDefault *
    ...
    cryptlib.h: CRYPTOPP_DLL int GetIntValueWithDefault(const char *name, 
int defaultValue) const

I'd like to add a unsigned variant, similar to GetUIntValueWithDefault or 
GetUnsigned IntValueWithDefault. It will be used to help ensure type safety 
and to achieve a clean compile under elevated warnings.

Any comments or suggestions?


-- 
-- 
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