Cleanup: quiet compiler warning

This commit is contained in:
Campbell Barton
2025-01-30 14:33:25 +11:00
parent c86d3b429e
commit 7de7ea350c

View File

@@ -162,7 +162,7 @@ void Evaluator::map_node_operation_inputs_to_their_results(DNode node,
/* Create one of the concrete subclasses of the PixelOperation based on the context and compile
* state. Deleting the operation is the caller's responsibility. */
PixelOperation *create_pixel_operation(Context &context, CompileState &compile_state)
static PixelOperation *create_pixel_operation(Context &context, CompileState &compile_state)
{
const Schedule &schedule = compile_state.get_schedule();
PixelCompileUnit &compile_unit = compile_state.get_pixel_compile_unit();