Cycles: Quiet warning with WITH_OPENSUBDIV disabled

Checked with @maiself, for now going with this simple solution.
This commit is contained in:
Julian Eisel
2016-08-07 23:20:22 +02:00
parent aa30f993d2
commit a0c187667e

View File

@@ -251,6 +251,9 @@ void PackedPatchTable::pack(Far::PatchTable* patch_table, int offset)
}
build_patch_map(*this, patch_table, offset);
#else
(void)patch_table;
(void)offset;
#endif
}