Source: fix more -Wmissing-prototypes warnings

This commit is contained in:
Sean McBride
2021-10-21 12:40:51 -04:00
parent 1cf14f8c03
commit 8d671dd94c
4 changed files with 6 additions and 7 deletions

View File

@@ -814,7 +814,8 @@ struct PlatformIdNode : public cmGeneratorExpressionNode
}
return "0";
}
} platformIdNode;
};
static struct PlatformIdNode platformIdNode;
template <cmSystemTools::CompareOp Op>
struct VersionNode : public cmGeneratorExpressionNode