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:
authorDalai Felinto <dfelinto@gmail.com>2019-03-16 00:14:24 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-03-16 00:15:31 +0300
commitaaa35d10924c9a6258ecb916f8b7c819041a8085 (patch)
tree65ed807a5de33f2ac9afd34d192fa01bc0777b81 /source/blender
parentddd28bad90bdcb06ab5a351e416e3d5c6209fa61 (diff)
Silence warning from recent GPU simplify commit
Said commit introduced warnings and build problens. Let's be more careful in the future. Warnings are not to be treated lightly either.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw_legacy.c b/source/blender/editors/space_view3d/view3d_draw_legacy.c
index 1f13f308005..4660220fe27 100644
--- a/source/blender/editors/space_view3d/view3d_draw_legacy.c
+++ b/source/blender/editors/space_view3d/view3d_draw_legacy.c
@@ -346,7 +346,7 @@ uint *ED_view3d_select_id_read(
/* smart function to sample a rect spiralling outside, nice for backbuf selection */
uint ED_view3d_select_id_read_nearest(
- struct ViewContext *vc, const int mval[2],
+ struct ViewContext *UNUSED(vc), const int mval[2],
const uint min, const uint max, uint *r_dist)
{
uint index = 0;