kepka/Telegram/ThirdParty/libtgvoip/os
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
..
android git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
darwin Remove type mismatch 2017-12-20 14:38:02 +02:00
linux Fix "no return in nonvoid function" error in libtgvoip (#167) 2018-06-20 21:33:58 +03:00
posix git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00
windows git subrepo clone https://github.com/telegramdesktop/libtgvoip Telegram/ThirdParty/libtgvoip 2017-12-20 14:38:02 +02:00