GCC 4 didn't like static function after non static prototype. Moved prototype to c file and added static to it.
This commit is contained in:
@@ -84,8 +84,7 @@
|
||||
|
||||
#include "transform.h"
|
||||
|
||||
extern ListBase editNurb;
|
||||
extern ListBase editelems;
|
||||
static void drawObjectConstraint(TransInfo *t);
|
||||
|
||||
/* ************************** CONSTRAINTS ************************* */
|
||||
void constraintNumInput(TransInfo *t, float vec[3])
|
||||
|
||||
Reference in New Issue
Block a user