1
1

Cleanup: Cycles, fix "parameter unused" warning

Fix "parameter unused" warning that shows up when building without NanoVDB.

No functional changes.
This commit is contained in:
2022-05-27 13:00:19 +02:00
parent 5b40c48f85
commit abf8750dbc

View File

@@ -257,6 +257,8 @@ class BlenderVolumeLoader : public VDBImageLoader {
precision = 0;
break;
}
#else
(void)precision_;
#endif
}