winlin

fix ubuntu build warning, the config unused setter

@@ -291,7 +291,7 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg @@ -291,7 +291,7 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
291 int ret = ERROR_SUCCESS; 291 int ret = ERROR_SUCCESS;
292 292
293 char* pstart = buffer->pos; 293 char* pstart = buffer->pos;
294 - int startline = buffer->line; 294 + int startline = 0;
295 295
296 bool sharp_comment = false; 296 bool sharp_comment = false;
297 297