kepka/Telegram/ThirdParty/libtgvoip/os/linux
Alex 0d013603bd
Fix "no return in nonvoid function" error in libtgvoip (#167)
Return nullptr to avoid compile error.

Before this commit these functions:
1. void *AudioInputALSA::StartThread();
2. void *AudioOutputALSA::StartThread()
 - don't return any values. 

Also please note that this fix should be ported after syncing libtgvoip to upstream if these functions still don't return values!

Related to #153.
2018-06-20 21:33:58 +03:00
..
AudioInputALSA.cpp Fix "no return in nonvoid function" error in libtgvoip (#167) 2018-06-20 21:33:58 +03:00
AudioInputALSA.h git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
AudioInputPulse.cpp git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
AudioInputPulse.h Replace typeof() gcc extension with decltype() 2017-12-20 14:38:02 +02:00
AudioOutputALSA.cpp Fix "no return in nonvoid function" error in libtgvoip (#167) 2018-06-20 21:33:58 +03:00
AudioOutputALSA.h git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
AudioOutputPulse.cpp git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
AudioOutputPulse.h git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
PulseAudioLoader.cpp Replace typeof() gcc extension with decltype() 2017-12-20 14:38:02 +02:00
PulseAudioLoader.h Replace typeof() gcc extension with decltype() 2017-12-20 14:38:02 +02:00