Skip to content
Snippets Groups Projects
Commit 0e88d5e4 authored by Albert Hung's avatar Albert Hung Committed by Milo Yip
Browse files

Eliminate missing prototypes warning

parent 949c771b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ using namespace rapidjson;
// static const char json[] = "{\"string\"\n\n:\"my string\",\"array\"\n:[\"1\", \"2\", \"3\"]}";
bool testJson(const char *json, size_t &line, size_t &col) {
static bool testJson(const char *json, size_t &line, size_t &col) {
StringStream ss(json);
CursorStreamWrapper<StringStream> csw(ss);
Document document;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment