| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
memRouter: test: Fix -Wdiscarded-qualifiers warnings I see the following warning in several places in the compilation output, --------------------------------------------------------------------- /root/dev/etmem/memRouter/test/test_driver/memdcd_daemon.c: In function ‘memdcd_daemon_start’: /root/dev/etmem/memRouter/test/test_driver/memdcd_daemon.c:209:12: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] return (sock_path); ^ --------------------------------------------------------------------- Fix this by performing a type casting. Tested by rebuilding on x86_64 openEuler 20.03, 22.03 and 24.03. Signed-off-by: Enze Li <lienze@kylinos.cn> | 2 年前 | |
Add unit test of memRouter. Signed-off-by: yangxin <245051644@qq.com> | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 3 年前 |