mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Fix pessimising move warning with GCC 13.1
This commit is contained in:
@@ -471,7 +471,7 @@ namespace nvhttp {
|
||||
return;
|
||||
}
|
||||
|
||||
auto uniqID { std::move(get_arg(args, "uniqueid")) };
|
||||
auto uniqID { get_arg(args, "uniqueid") };
|
||||
auto sess_it = map_id_sess.find(uniqID);
|
||||
|
||||
args_t::const_iterator it;
|
||||
|
||||
Reference in New Issue
Block a user