mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-03 13:15:38 +01:00
Enable warnings, clang edition.
This commit is contained in:
parent
6fa00223ad
commit
990c8d4be6
8 changed files with 35 additions and 17 deletions
|
|
@ -13,7 +13,7 @@ class MsgQueue {
|
|||
std::atomic_uint pendingSends_{0};
|
||||
|
||||
public:
|
||||
MsgQueue(){};
|
||||
MsgQueue(){}
|
||||
|
||||
ElementType* GetNextAddMessage()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue