Silence a clang warning.
This commit is contained in:
parent
a50d614c77
commit
8aec4a0cef
1 changed files with 1 additions and 1 deletions
|
@ -1875,7 +1875,7 @@ public:
|
||||||
|
|
||||||
for (const SGPath& path : pl) {
|
for (const SGPath& path : pl) {
|
||||||
cJSON *pathNode = cJSON_CreateString(path.utf8Str().c_str());
|
cJSON *pathNode = cJSON_CreateString(path.utf8Str().c_str());
|
||||||
cJSON *prevNode;
|
cJSON *prevNode = nullptr;
|
||||||
|
|
||||||
if (isFirst) {
|
if (isFirst) {
|
||||||
isFirst = false;
|
isFirst = false;
|
||||||
|
|
Loading…
Reference in a new issue