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>2017-05-26 18:51:08 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-26 18:51:08 +0300
commit6dfe56f01a2bac39e848316bcfa6882318768c3b (patch)
treea8d71ec78af868312eec352e6cea37fd63cc0a17 /source/blender/draw
parent43badbd631cf130e4d7b2ec9a4a4ef31c5225ef1 (diff)
Silence warning in draw manager
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/intern/draw_manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_manager.c b/source/blender/draw/intern/draw_manager.c
index dbd328e3b2e..bbe3787dada 100644
--- a/source/blender/draw/intern/draw_manager.c
+++ b/source/blender/draw/intern/draw_manager.c
@@ -652,6 +652,8 @@ static void DRW_interface_attrib(DRWShadingGroup *shgroup, const char *name, DRW
MEM_freeN(attrib);
return;
}
+#else
+ UNUSED_VARS(dummy);
#endif
BLI_assert(BLI_strnlen(name, 32) < 32);