tdesktop/Telegram/SourceFiles/boxes/peers
Nicholas Guriev 793862bee6 Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663)
* 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.
2019-11-12 18:15:34 +03:00
..
add_participants_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
add_participants_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_contact_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_contact_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_linked_chat_box.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
edit_linked_chat_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_participant_box.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
edit_participant_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_participants_box.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
edit_participants_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_peer_history_visibility_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_peer_history_visibility_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_peer_info_box.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
edit_peer_info_box.h Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
edit_peer_permissions_box.cpp Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
edit_peer_permissions_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_peer_type_box.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
edit_peer_type_box.h Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00