mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
Windows: MSVC2017: changes in qrtplib
This commit is contained in:
@@ -67,13 +67,15 @@ RTPSessionParams::RTPSessionParams() :
|
||||
predefinedssrc = 0;
|
||||
}
|
||||
|
||||
int RTPSessionParams::SetUsePollThread(bool usethread __attribute__((unused)))
|
||||
int RTPSessionParams::SetUsePollThread(bool usethread)
|
||||
{
|
||||
(void) usethread;
|
||||
return ERR_RTP_NOTHREADSUPPORT;
|
||||
}
|
||||
|
||||
int RTPSessionParams::SetNeedThreadSafety(bool __attribute__((unused)))
|
||||
int RTPSessionParams::SetNeedThreadSafety(bool x)
|
||||
{
|
||||
(void) x;
|
||||
return ERR_RTP_NOTHREADSUPPORT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user