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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-07-05 17:08:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-05 17:08:51 +0300
commit18e619ac69bfebe0baeaa3dbf51e34ea9856438d (patch)
treecb84fc09a87c6c2d4d1c1f0ba44257eb0a7b6d1b /source/blender/editors/space_view3d/view3d_select.c
parent599626edd534ad776ab020ca041a8df2fae0980c (diff)
Fix strict compiler warnings
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_select.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/view3d_select.c b/source/blender/editors/space_view3d/view3d_select.c
index 9488e520453..65ed707b2c1 100644
--- a/source/blender/editors/space_view3d/view3d_select.c
+++ b/source/blender/editors/space_view3d/view3d_select.c
@@ -1626,6 +1626,7 @@ static int object_select_menu_exec(bContext *C, wmOperator *op)
if (basact == NULL) {
return OPERATOR_CANCELLED;
}
+ UNUSED_VARS_NDEBUG(v3d);
BLI_assert(BASE_SELECTABLE(v3d, basact));
if (extend) {