Cleanup: Unused variable warning

This commit is contained in:
Hans Goudey
2024-04-19 13:55:22 -04:00
parent 192d0790eb
commit 55c1abb8a0

View File

@@ -20,6 +20,7 @@ int topology_num_fvar_layers_get(const Subdiv *subdiv)
OpenSubdiv_TopologyRefiner *topology_refiner = subdiv->topology_refiner;
return topology_refiner->getNumFVarChannels();
#else
UNUSED_VARS(subdiv);
return 0;
#endif
}