Silence a warning in Release.
This commit is contained in:
parent
c59a4573f4
commit
e9253fae1f
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ namespace cloonel {
|
||||||
///-------------------------------------------------------------------------
|
///-------------------------------------------------------------------------
|
||||||
PhysicsFSWrapper::~PhysicsFSWrapper() noexcept {
|
PhysicsFSWrapper::~PhysicsFSWrapper() noexcept {
|
||||||
const bool succeeded = static_cast<bool>(PHYSFS_deinit());
|
const bool succeeded = static_cast<bool>(PHYSFS_deinit());
|
||||||
|
(void)succeeded;
|
||||||
assert(succeeded);
|
assert(succeeded);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue