Enable warnings, clang edition.

This commit is contained in:
Chris Marsh 2017-10-12 16:08:08 -07:00
parent 6fa00223ad
commit 990c8d4be6
8 changed files with 35 additions and 17 deletions

View file

@ -13,7 +13,7 @@ class MsgQueue {
std::atomic_uint pendingSends_{0};
public:
MsgQueue(){};
MsgQueue(){}
ElementType* GetNextAddMessage()
{