Files
test2/source
Mattias Fredriksson 468c42ad16 Cleanup: Remove const from moved local variable
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
2025-04-14 17:05:45 +02:00
..