mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
Fix an unused variable warning.
This commit is contained in:
parent
5f6a2e498a
commit
42d5da633a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue