Skip to content

Commit 94079c3

Browse files
committed
platform.cpp: added TODO
1 parent 34ceaff commit 94079c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/platform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ bool cppcheck::Platform::loadFromXmlDocument(const tinyxml2::XMLDocument *doc)
134134
if (!rootnode || std::strcmp(rootnode->Name(), "platform") != 0)
135135
return false;
136136

137+
// TODO: warn about missing fields
137138
bool error = false;
138139
for (const tinyxml2::XMLElement *node = rootnode->FirstChildElement(); node; node = node->NextSiblingElement()) {
139140
if (std::strcmp(node->Name(), "default-sign") == 0) {

0 commit comments

Comments
 (0)