mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 05:27:33 +01:00
input_common/sdl: Silence a -Wpessimizing-move warning
This commit is contained in:
parent
ee08c39b72
commit
ed296e47f1
@ -425,7 +425,7 @@ std::vector<std::unique_ptr<InputCommon::Polling::DevicePoller>> GetPollers(
|
||||
pollers.push_back(std::make_unique<SDLButtonPoller>());
|
||||
break;
|
||||
}
|
||||
return std::move(pollers);
|
||||
return pollers;
|
||||
}
|
||||
} // namespace Polling
|
||||
} // namespace SDL
|
||||
|
Loading…
Reference in New Issue
Block a user