dxx-rebirth/similar
Kp 89b9561617 Remove explicit std::move in prepare_mission_menu_state return
clang warns that this interferes with copy elision.  The generated code
is slightly worse after following clang's advice and removing this, but
this is not a hot path, so take the hit to silence clang instead of
complicating the source.

Fixes: d97afc2ad5 ("Retain directory structure in New Game dialog")
2018-10-20 17:25:59 +00:00
..
2d Allow longer mission titles in New Game dialog 2018-06-27 03:34:34 +00:00
3d Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
arch Fix clang warning about using %hu with unsigned 2018-10-20 17:25:59 +00:00
editor Make Viewer const object * 2018-09-25 03:44:09 +00:00
main Remove explicit std::move in prepare_mission_menu_state return 2018-10-20 17:25:59 +00:00
misc Enable SHAREPATH for non-LinuxPlatformSettings 2018-09-14 02:20:55 +00:00