diff --git a/rpcs3/Emu/Cell/PPUThread.h b/rpcs3/Emu/Cell/PPUThread.h index 6bcbe71eee..62b43ff36e 100644 --- a/rpcs3/Emu/Cell/PPUThread.h +++ b/rpcs3/Emu/Cell/PPUThread.h @@ -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; }