mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
First pass fixing compilation warnings
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Nuake
|
||||
if (wren.mWrenScript != nullptr)
|
||||
wren.mWrenScript->CallExit();
|
||||
}
|
||||
catch (std::exception* e)
|
||||
catch (std::exception* /*e*/)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user