mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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
Reference in a new issue