2.5 - Warning cleanups (for mingw+scons)

Also, made the Outliner's horizontal scrollbar work better for keymaps view. It's still using an approximation of the width, but at least you can scroll now.
This commit is contained in:
2009-08-26 00:38:43 +00:00
parent 3f5a2a1194
commit 4893cdc338
22 changed files with 117 additions and 111 deletions

View File

@@ -291,7 +291,7 @@ static int sequencer_add_movie_strip_exec(bContext *C, wmOperator *op)
struct anim *an;
char filename[FILE_MAX];
Sequence *seq, *soundseq; /* generic strip vars */
Sequence *seq, *soundseq=NULL; /* generic strip vars */
Strip *strip;
StripElem *se;