mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
UTest: Fix utest warnings.
This commit is contained in:
parent
cfbbe3044f
commit
9c81a0e1bd
8 changed files with 603 additions and 560 deletions
|
@ -172,7 +172,7 @@ private:
|
|||
public:
|
||||
SrsFastCoroutine(std::string n, ISrsCoroutineHandler* h);
|
||||
SrsFastCoroutine(std::string n, ISrsCoroutineHandler* h, SrsContextId cid);
|
||||
~SrsFastCoroutine();
|
||||
virtual ~SrsFastCoroutine();
|
||||
public:
|
||||
void set_stack_size(int v);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue