Jiaming Yuan f05294a6f2
Fix clang warnings. (#9447)
- static function in header. (which is marked as unused due to translation unit
visibility).
- Implicit copy operator is deprecated.
- Unused lambda capture.
- Moving a temporary variable prevents copy elision.
2023-08-09 15:34:45 +08:00
..
2023-04-22 03:32:05 +08:00
2023-02-13 20:53:53 +08:00
2019-02-18 00:16:29 +08:00
2023-06-02 20:49:43 +08:00
2023-08-09 15:34:45 +08:00