mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix ubuntu build warning, the config unused setter
This commit is contained in:
parent
04cc29f4e1
commit
010b5c0d7a
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
|
|||
int ret = ERROR_SUCCESS;
|
||||
|
||||
char* pstart = buffer->pos;
|
||||
int startline = buffer->line;
|
||||
int startline = 0;
|
||||
|
||||
bool sharp_comment = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue