tdesktop/Telegram/SourceFiles/chat_helpers
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
..
bot_keyboard.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
bot_keyboard.h Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
chat_helpers.style Update submodules to the latest spellcheck. 2019-11-05 13:23:56 +03:00
emoji_keywords.cpp Use lib_ui from submodule. 2019-10-19 12:27:28 +04:00
emoji_keywords.h Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
emoji_list_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
emoji_list_widget.h Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
emoji_sets_manager.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
emoji_sets_manager.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
emoji_suggestions_widget.cpp Use install_base_filter for lib_base. 2019-10-19 12:27:56 +04:00
emoji_suggestions_widget.h Remove many includes from stdafx.pch. 2019-09-06 19:31:07 +03:00
field_autocomplete.cpp Update to the latest submodules. 2019-11-05 14:27:42 +03:00
field_autocomplete.h Remove twidget header. 2019-10-01 23:59:46 +03:00
gifs_list_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
gifs_list_widget.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
message_field.cpp Updated lib_spellcheck. 2019-11-06 15:45:03 +03:00
message_field.h Support building OS X 10.10/10.11 version. 2019-11-05 14:27:42 +03:00
stickers.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
stickers.h Repaint skin-toned animated emoji. 2019-08-09 11:51:33 +01:00
stickers_emoji_pack.cpp Use base::call_delayed. 2019-10-19 12:27:56 +04:00
stickers_emoji_pack.h Repaint skin-toned animated emoji. 2019-08-09 11:51:33 +01:00
stickers_list_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
stickers_list_widget.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
tabbed_panel.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
tabbed_panel.h Remove twidget header. 2019-10-01 23:59:46 +03:00
tabbed_section.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
tabbed_section.h Make tabbed selector working in scheduled section. 2019-08-27 19:10:37 +03:00
tabbed_selector.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
tabbed_selector.h Remove twidget header. 2019-10-01 23:59:46 +03:00