2.5: warning fixes

Directories intern/ and source/blender/ now compile warning
free again here with scons/gcc.
This commit is contained in:
2009-08-15 16:36:25 +00:00
parent de330b0d5c
commit 314b14301f
37 changed files with 451 additions and 412 deletions

View File

@@ -69,6 +69,8 @@ void ED_object_enter_editmode(struct bContext *C, int flag);
void ED_object_base_init_from_view(struct bContext *C, struct Base *base);
void ED_object_single_users(struct Scene *scene, int full);
/* cleanup */
int object_is_libdata(struct Object *ob);
int object_data_is_libdata(struct Object *ob);
@@ -89,6 +91,9 @@ void ED_object_constraint_set_active(struct Object *ob, struct bConstraint *con)
void mouse_lattice(struct bContext *C, short mval[2], int extend);
void undo_push_lattice(struct bContext *C, char *name);
/* editmball.c */
void undo_push_mball(struct bContext *C, char *name);
/* editkey.c */
void insert_shapekey(struct Scene *scene, struct Object *ob);
void delete_key(struct Scene *scene, struct Object *ob);