Eliminate missing prototypes warning
This commit is contained in:
parent
949c771b03
commit
0e88d5e404
@ -20,7 +20,7 @@ using namespace rapidjson;
|
|||||||
|
|
||||||
// static const char json[] = "{\"string\"\n\n:\"my string\",\"array\"\n:[\"1\", \"2\", \"3\"]}";
|
// 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);
|
StringStream ss(json);
|
||||||
CursorStreamWrapper<StringStream> csw(ss);
|
CursorStreamWrapper<StringStream> csw(ss);
|
||||||
Document document;
|
Document document;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user