Cleanup: fix compiler warning

This commit is contained in:
Brecht Van Lommel 2022-05-16 18:42:06 +02:00
parent 4301b6c896
commit dbb6016e94
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ ccl_device_noinline int svm_node_vector_displacement(
else
{
stack_store_float3(stack, displacement_offset, zero_float3());
(void)data_node;
}
return offset;