Shylock-Hg opened a new issue, #1506:
URL: https://github.com/apache/incubator-horaedb/issues/1506
### Describe this problem
```
/home/shylock/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/f04f4dd/librocksdb_sys/rocksdb/db/db_impl/db_impl.cc:1353:23:
error: redundant move in return statement [-Werror=redundant-move]
1353 | return std::move(io_s);
```
### Server version
44caa997e37991e570741c3da6c961563569da42
### Steps to reproduce
1. Build with
```
c (SUSE Linux) 13.2.1 20240206 [revision
67ac78caf31f7cb3202177e6428a46d829b70f23]
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
Or maybe any new c++ compiler.
### Expected behavior
Build successed.
### Additional Information
_No response_
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]