From d3c454d66c0a730eafa7edecec158ca3b9edb2d7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Jul 2021 11:45:03 +1000 Subject: Cleanup: compiler warnings --- source/blender/windowmanager/intern/wm_uilist_type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/intern') diff --git a/source/blender/windowmanager/intern/wm_uilist_type.c b/source/blender/windowmanager/intern/wm_uilist_type.c index 468ea7e4d5b..53193deae8c 100644 --- a/source/blender/windowmanager/intern/wm_uilist_type.c +++ b/source/blender/windowmanager/intern/wm_uilist_type.c @@ -163,7 +163,7 @@ void WM_uilisttype_free(void) */ void WM_uilisttype_to_full_list_id(const uiListType *ult, const char *list_id, - char r_full_list_id[UI_MAX_NAME_STR]) + char r_full_list_id[/*UI_MAX_NAME_STR*/]) { /* We tag the list id with the list type... */ BLI_snprintf(r_full_list_id, UI_MAX_NAME_STR, "%s_%s", ult->idname, list_id ? list_id : ""); -- cgit v1.2.3