Removed const qualifier as variable is later moved, resulting in C26478: https://learn.microsoft.com/en-us/cpp/code-quality/c26478?view=msvc-170 Move occurs on line 105 which triggers the warning. Pull Request: https://projects.blender.org/blender/blender/pulls/137424