- 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:
@@ -131,7 +131,7 @@ uiBut *uiDefAutoButR(uiBlock *block, PointerRNA *ptr, PropertyRNA *prop, int ind
|
||||
return but;
|
||||
}
|
||||
|
||||
void uiDefAutoButsRNA(const bContext *C, uiLayout *layout, PointerRNA *ptr, int columns)
|
||||
void uiDefAutoButsRNA(uiLayout *layout, PointerRNA *ptr, int columns)
|
||||
{
|
||||
uiLayout *split, *col;
|
||||
int flag;
|
||||
|
||||
Reference in New Issue
Block a user