- 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:
2010-10-16 02:40:31 +00:00
parent 17085e967e
commit 1807beabf5
50 changed files with 273 additions and 281 deletions

View File

@@ -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)
{