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

@ -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];