mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-12 00:07:47 +00:00
Clear GCC pedantic warnings (GH #537)
This commit is contained in:
parent
23d95e803d
commit
32154a150f
@ -1119,7 +1119,7 @@ private:
|
||||
//! \details StringSink is a typedef for StringSinkTemplate<std::string>.
|
||||
//! \sa ArraySink, ArrayXorSink
|
||||
//! \since Crypto++ 4.0
|
||||
DOCUMENTED_TYPEDEF(StringSinkTemplate<std::string>, StringSink);
|
||||
DOCUMENTED_TYPEDEF(StringSinkTemplate<std::string>, StringSink)
|
||||
CRYPTOPP_DLL_TEMPLATE_CLASS StringSinkTemplate<std::string>;
|
||||
|
||||
//! \class RandomNumberSink
|
||||
@ -1444,7 +1444,7 @@ public:
|
||||
//! \details ArraySource is a typedef for StringSource. Use the third constructor for an array source.
|
||||
//! The third constructor takes a pointer and length.
|
||||
//! \since Crypto++ 5.6.0
|
||||
DOCUMENTED_TYPEDEF(StringSource, ArraySource);
|
||||
DOCUMENTED_TYPEDEF(StringSource, ArraySource)
|
||||
|
||||
//! \brief RNG-based implementation of Source interface
|
||||
//! \since Crypto++ 4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user