Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-01-11 23:03:15 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-01-11 23:14:39 +0300
commit7a1dc205607a637e92bb5bac23dfb184472d49cb (patch)
tree1ce44343361e5cc6f98bc82560370147650a55d7 /source/blender/editors/space_sequencer/sequencer_select.c
parent1b3b01135475d0f0edbc39e78fbe5da77b836b67 (diff)
Cleanup: quite some harmless but noisy warnings from gcc...
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_select.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c
index 6792bbe0577..050b290a75f 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -350,7 +350,7 @@ static int sequencer_select_invoke(bContext *C, wmOperator *op, const wmEvent *e
}
else if (left_right != SEQ_SELECT_LR_NONE) {
/* use different logic for this */
- float x;
+ float x = 0.0f;
ED_sequencer_deselect_all(scene);
switch (left_right) {