Fix pessimising move warning with GCC 13.1
This commit is contained in:
parent
7e8c43c796
commit
ccdc882c13
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue