Skip to content

Commit 305bceb

Browse files
committed
platform.cpp: added TODO
1 parent 4b53b0e commit 305bceb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/platform.cpp

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

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

0 commit comments

Comments
 (0)