mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Fix some warnings
reorder, sign-compare, pessimizing-move
This commit is contained in:
@ -28,7 +28,7 @@ static std::string GetName(const std::string& devnode)
|
||||
std::string res = libevdev_get_name(dev);
|
||||
libevdev_free(dev);
|
||||
close(fd);
|
||||
return std::move(res);
|
||||
return res;
|
||||
}
|
||||
|
||||
void Init(std::vector<Core::Device*> &controllerDevices)
|
||||
|
Reference in New Issue
Block a user