From 930e526cae6204658e70fe7f19c61cf3291949f4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 May 2022 11:24:34 +1000 Subject: Cleanup: warnings, spelling, formatting Avoid multiple `sound.bl_rna.properties["channels"].enum_items` in the same line. Note we might want a way to avoid having to do this. --- source/blender/imbuf/intern/openexr/openexr_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp index 6fcd106c3d4..54ef5438c23 100644 --- a/source/blender/imbuf/intern/openexr/openexr_api.cpp +++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp @@ -2168,7 +2168,7 @@ struct ImBuf *imb_load_openexr(const unsigned char *mem, } struct ImBuf *imb_load_filepath_thumbnail_openexr(const char *filepath, - const int flags, + const int UNUSED(flags), const size_t max_thumb_size, char colorspace[], size_t *r_width, -- cgit v1.2.3