未验证 提交 4b50761b 编写于 作者: 羽飞's avatar 羽飞 提交者: GitHub

fix compile on gcc 12 (#218)

### What problem were solved in this pull request?

Issue Number: close #217 

Problem:
compile error on gcc 12

### What is changed and how it works?

### Other information
上级 352f12d0
......@@ -12,6 +12,7 @@ See the Mulan PSL v2 for more details. */
// Created by Wangyunlai on 2023/06/16.
//
#include <sys/errno.h>
#include <unistd.h>
#include <algorithm>
......@@ -131,4 +132,4 @@ RC BufferedWriter::flush_internal(int32_t size)
}
return rc;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册