Skip to content

Commit

Permalink
Eliminate missing prototypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHungGarmin authored and miloyip committed May 9, 2023
1 parent 949c771 commit 0e88d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest/cursorstreamwrappertest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e88d5e

Please sign in to comment.