We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ceaff commit 94079c3Copy full SHA for 94079c3
lib/platform.cpp
@@ -134,6 +134,7 @@ bool cppcheck::Platform::loadFromXmlDocument(const tinyxml2::XMLDocument *doc)
134
if (!rootnode || std::strcmp(rootnode->Name(), "platform") != 0)
135
return false;
136
137
+ // TODO: warn about missing fields
138
bool error = false;
139
for (const tinyxml2::XMLElement *node = rootnode->FirstChildElement(); node; node = node->NextSiblingElement()) {
140
if (std::strcmp(node->Name(), "default-sign") == 0) {
0 commit comments