- UNUSED macro wasn't throwing an error with GCC if a var become used.
- made interface, windowmanager, readfile build without unused warnings. - re-arranged CMake's source/blender build order so less changed libs are build later, eg: IK, avi
This commit is contained in:
@@ -77,7 +77,7 @@ static void deformVertsEM(ModifierData *md, Object *ob,
|
||||
static void deformMatricesEM(ModifierData *UNUSED(md), Object *ob,
|
||||
struct EditMesh *UNUSED(editData),
|
||||
DerivedMesh *UNUSED(derivedData),
|
||||
float UNUSED((*vertexCos)[3]),
|
||||
float (*vertexCos)[3],
|
||||
float (*defMats)[3][3],
|
||||
int numVerts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user