> > We checked in a number of changes to clear UBsan and Asan undefined >> behavior. We also cleared a number of GCC warnings under -Wall. >> >> ... >> > Are there any comments or objections to the patch below? >> > > Committed at: > > * > https://github.com/weidai11/cryptopp/commit/c4a5d802e74625b098ad1b16a260f0525878ef41 > * (SourceForge was down, no concurrent commit) >
This might need adjustment under GCC. I can't seem to get GCC to honor: #if GCC_DIAGNOSTIC_AWARE # pragma GCC diagnostic ignored "-Wunknown-pragmas" #endif See https://stackoverflow.com/questions/31509434/silence-pragma-warning-under-wall. -- -- 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.
