mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
nginx-util: fix compilation with GCC13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -159,7 +159,7 @@ class message {
|
||||
both = keys;
|
||||
}
|
||||
both = concat(std::move(both), std::move(key_filter)...);
|
||||
return std::move(message{msg, std::move(both)});
|
||||
return message{msg, std::move(both)};
|
||||
}
|
||||
|
||||
inline ~message() = default;
|
||||
|
||||
Reference in New Issue
Block a user