Hello everyone, I wonder why I am getting this warning when trying to build on linux (RHEL 6.8) using g++ 4.4.7. In config.h I note the following block of code:
// define this to retain (as much as possible) old deprecated function and class names // #define CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY // define this to retain (as much as possible) ABI and binary compatibility with Crypto++ 5.6.2. // Also see https://cryptopp.com/wiki/Config.h#Avoid_MAINTAIN_BACKWARDS_COMPATIBILITY #if (CRYPTOPP_VERSION <= 600) # if !defined(CRYPTOPP_NO_BACKWARDS_COMPATIBILITY_562) && !defined(CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562) # define CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 # endif #endif So sure enough the macro is defined, but why emit a warning in this case. Can someone explain please? -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. 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 cryptopp-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.