fix ubuntu build warning, the config unused setter
This commit is contained in:
parent
04cc29f4e1
commit
010b5c0d7a
|
|
@ -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…
Reference in New Issue
Block a user