We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b53b0e commit 305bcebCopy full SHA for 305bceb
1 file changed
lib/platform.cpp
@@ -143,6 +143,7 @@ bool cppcheck::Platform::loadFromXmlDocument(const tinyxml2::XMLDocument *doc)
143
if (!rootnode || std::strcmp(rootnode->Name(), "platform") != 0)
144
return false;
145
146
+ // TODO: warn about missing fields
147
bool error = false;
148
for (const tinyxml2::XMLElement *node = rootnode->FirstChildElement(); node; node = node->NextSiblingElement()) {
149
if (std::strcmp(node->Name(), "default-sign") == 0) {
0 commit comments