mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Avoid warning about unused var in release mode
This commit is contained in:
parent
2b838dc7f3
commit
ef522206f4
@ -127,6 +127,7 @@ void Session::removeFromDisk()
|
||||
base::remove_directory(m_path);
|
||||
}
|
||||
catch (const std::exception& ex) {
|
||||
(void)ex;
|
||||
TRACE("Session directory cannot be removed, it's not empty\nError: '%s'\n",
|
||||
ex.what());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user