Clear C4121 under Visual Studio

cryptopp\wait.h(215) : warning C4121: 'CryptoPP::WaitObjectContainer' : alignment of a member was sensitive to packing
pull/326/head
Jeffrey Walton 2016-10-10 03:35:21 -04:00
parent 68cdfd1119
commit 907ca4e39b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
wait.h
View File

@ -211,9 +211,9 @@ private:
fd_set m_readfds, m_writefds;
int m_maxFd;
#endif
bool m_noWait;
double m_firstEventTime;
Timer m_eventTimer;
bool m_noWait;
#ifdef USE_WINDOWS_STYLE_SOCKETS
typedef size_t LastResultType;