Skip to content

Commit

Permalink
Fix Windows preflight builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JGamache-autodesk committed May 27, 2024
1 parent 8f80c83 commit ad8b225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGenShader/Nodes/CompoundNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void CompoundNode::initialize(const InterfaceElement& element, GenContext& conte
_hash = std::hash<string>{}(_functionName);
}

void CompoundNode::addInputs(ShaderNode& node, GenContext& context) const
void CompoundNode::addInputs(ShaderNode& node, GenContext&) const
{
// Propagate inputs added to the ShaderGraph
for (auto const& name: _rootGraph->getPropagatedAddedInputs()) {
Expand Down

0 comments on commit ad8b225

Please sign in to comment.