Cleanup: quiet warning

This commit is contained in:
2015-06-21 12:30:11 +10:00
parent 8d752141ce
commit 9ddb624a88
2 changed files with 2 additions and 0 deletions

View File

@@ -2440,6 +2440,7 @@ void BKE_scene_multiview_view_prefix_get(Scene *scene, const char *name, char *r
/* begin of extension */
index_act = BLI_str_rpartition(name, delims, rext, &suf_act);
BLI_assert(index_act > 0);
UNUSED_VARS_NDEBUG(index_act);
for (srv = scene->r.views.first; srv; srv = srv->next) {
if (BKE_scene_multiview_is_render_view_active(&scene->r, srv)) {