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:
authorNathan Craddock <nzcraddock@gmail.com>2020-08-20 20:52:24 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-08-20 20:52:24 +0300
commitd613d9fec2a85ae3ebd92b3f60d7aaa02d294c70 (patch)
tree87a1e32068a6ac5754b5222c25658cb0db004c3a /source/blender
parent8eee0a2712d8e36d6fe3ebbf3851e515b3dc1789 (diff)
Outliner: Fix missing argument to UNUSED macro
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/interface/interface_icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_icons.c b/source/blender/editors/interface/interface_icons.c
index a7a59fd8513..cd59416dbb6 100644
--- a/source/blender/editors/interface/interface_icons.c
+++ b/source/blender/editors/interface/interface_icons.c
@@ -462,7 +462,7 @@ DEF_ICON_VECTOR_COLORSET_DRAW_NTH(20, 19)
# undef DEF_ICON_VECTOR_COLORSET_DRAW_NTH
static void vicon_collection_color_draw(
- short color, int x, int y, int UNUSED(w), int UNUSED(), float UNUSED(alpha))
+ short color, int x, int y, int UNUSED(w), int UNUSED(h), float UNUSED(alpha))
{
bTheme *btheme = UI_GetTheme();
const ThemeCollectionColor *collection_color = &btheme->collection_color[color - 1];