mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-19 12:40:29 +00:00
Fix an unused variable warning.
This commit is contained in:
parent
5f6a2e498a
commit
42d5da633a
@ -827,7 +827,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
catch (std::invalid_argument& e)//if any of the stoull conversion fail
|
||||
catch (std::invalid_argument&)//if any of the stoull conversion fail
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user