Clear GCC pedantic warnings (GH #537)

pull/548/head
Jeffrey Walton 2017-11-19 21:41:13 -05:00
parent 23d95e803d
commit 32154a150f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -1119,7 +1119,7 @@ private:
//! \details StringSink is a typedef for StringSinkTemplate<std::string>. //! \details StringSink is a typedef for StringSinkTemplate<std::string>.
//! \sa ArraySink, ArrayXorSink //! \sa ArraySink, ArrayXorSink
//! \since Crypto++ 4.0 //! \since Crypto++ 4.0
DOCUMENTED_TYPEDEF(StringSinkTemplate<std::string>, StringSink); DOCUMENTED_TYPEDEF(StringSinkTemplate<std::string>, StringSink)
CRYPTOPP_DLL_TEMPLATE_CLASS StringSinkTemplate<std::string>; CRYPTOPP_DLL_TEMPLATE_CLASS StringSinkTemplate<std::string>;
//! \class RandomNumberSink //! \class RandomNumberSink
@ -1444,7 +1444,7 @@ public:
//! \details ArraySource is a typedef for StringSource. Use the third constructor for an array source. //! \details ArraySource is a typedef for StringSource. Use the third constructor for an array source.
//! The third constructor takes a pointer and length. //! The third constructor takes a pointer and length.
//! \since Crypto++ 5.6.0 //! \since Crypto++ 5.6.0
DOCUMENTED_TYPEDEF(StringSource, ArraySource); DOCUMENTED_TYPEDEF(StringSource, ArraySource)
//! \brief RNG-based implementation of Source interface //! \brief RNG-based implementation of Source interface
//! \since Crypto++ 4.0 //! \since Crypto++ 4.0