1
0
Fork 0

Silence a clang warning.

This commit is contained in:
James Turner 2017-01-03 15:11:12 +00:00
parent a50d614c77
commit 8aec4a0cef

View file

@ -1875,7 +1875,7 @@ public:
for (const SGPath& path : pl) {
cJSON *pathNode = cJSON_CreateString(path.utf8Str().c_str());
cJSON *prevNode;
cJSON *prevNode = nullptr;
if (isFirst) {
isFirst = false;