mirror of
https://github.com/azahar-emu/discord-rpc.git
synced 2026-04-14 06:21:29 +02:00
Enable warnings, clang edition.
This commit is contained in:
@@ -72,7 +72,7 @@ void WriteOptionalString(JsonWriter& w, T& k, const char* value)
|
||||
}
|
||||
}
|
||||
|
||||
void JsonWriteNonce(JsonWriter& writer, int nonce)
|
||||
static void JsonWriteNonce(JsonWriter& writer, int nonce)
|
||||
{
|
||||
WriteKey(writer, "nonce");
|
||||
char nonceBuffer[32];
|
||||
|
||||
Reference in New Issue
Block a user