From d613d9fec2a85ae3ebd92b3f60d7aaa02d294c70 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Thu, 20 Aug 2020 11:52:24 -0600 Subject: Outliner: Fix missing argument to UNUSED macro --- source/blender/editors/interface/interface_icons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') 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]; -- cgit v1.2.3