kotatogram-desktop/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
bot_keyboard.h
chat_helpers.style
emoji_keywords.cpp
emoji_keywords.h
emoji_list_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
emoji_list_widget.h
emoji_sets_manager.cpp
emoji_sets_manager.h
emoji_suggestions_widget.cpp
emoji_suggestions_widget.h
field_autocomplete.cpp Update to the latest submodules. 2019-11-05 14:27:42 +03:00
field_autocomplete.h
gifs_list_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
gifs_list_widget.h
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
stickers_emoji_pack.cpp
stickers_emoji_pack.h
stickers_list_widget.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
stickers_list_widget.h
tabbed_panel.cpp
tabbed_panel.h
tabbed_section.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
tabbed_section.h
tabbed_selector.cpp
tabbed_selector.h