mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-28 19:20:26 +00:00
Fix pessimising move warning with GCC 13.1
This commit is contained in:
parent
7e8c43c796
commit
ccdc882c13
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user