mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-25 11:57:12 +00:00
* Do not move result at end of function This makes GCC 9.1.2 happy with the active -Wredundant-move warning. Indeed, such moving of local variables or local arguments before returning is unnecessary and prevents the compiler from copy elision optimization.