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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-07 21:40:06 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-07 21:51:43 +0300
commit4fb441517251eb4263e282bae609db9464d43943 (patch)
treeccb3e5a72b3fe065cb2b5fe9c806af22faefc20d /source/blender/editors/space_sequencer
parentfb03f50e069d66c99391e4796e1b9eaa2b4cc133 (diff)
Cleanup: fix compiler warning
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_draw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index 6197a7bd559..f1ee606a06b 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -1894,6 +1894,9 @@ static bool draw_cache_view_cb(
else {
return false;
}
+
+ default:
+ return false;
}
int cfra = seq->start + nfra;