mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Source: fix more -Wmissing-prototypes warnings
This commit is contained in:
@@ -814,7 +814,8 @@ struct PlatformIdNode : public cmGeneratorExpressionNode
|
||||
}
|
||||
return "0";
|
||||
}
|
||||
} platformIdNode;
|
||||
};
|
||||
static struct PlatformIdNode platformIdNode;
|
||||
|
||||
template <cmSystemTools::CompareOp Op>
|
||||
struct VersionNode : public cmGeneratorExpressionNode
|
||||
|
||||
Reference in New Issue
Block a user