imay commented on a change in pull request #3463: URL: https://github.com/apache/incubator-doris/pull/3463#discussion_r419841425
########## File path: be/src/olap/rowset/segment_v2/segment_writer.cpp ########## @@ -49,7 +49,9 @@ SegmentWriter::SegmentWriter(fs::WritableBlock* wblock, SegmentWriter::~SegmentWriter() = default; Status SegmentWriter::init(uint32_t write_mbytes_per_sec) { + (void)write_mbytes_per_sec; Review comment: ```suggestion Status SegmentWriter::init(uint32_t write_mbytes_per_sec __attribute__((unused))) { ``` also works ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org