kotatogram-desktop/Telegram/SourceFiles/media/streaming
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
..
media_streaming_audio_track.cpp
media_streaming_audio_track.h
media_streaming_common.h
media_streaming_file.cpp Fix -Wredundant-move and -Wdeprecated-copy warnings (#6663) 2019-11-12 18:15:34 +03:00
media_streaming_file.h
media_streaming_file_delegate.h
media_streaming_loader.cpp
media_streaming_loader.h
media_streaming_loader_local.cpp
media_streaming_loader_local.h
media_streaming_loader_mtproto.cpp
media_streaming_loader_mtproto.h
media_streaming_player.cpp
media_streaming_player.h
media_streaming_reader.cpp
media_streaming_reader.h
media_streaming_utility.cpp
media_streaming_utility.h
media_streaming_video_track.cpp
media_streaming_video_track.h