summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-30 17:28:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-30 17:28:37 +0300
commitf8b6f8cbb252054404b2716960972669f4047a9f (patch)
treec6adda65656791c00a658bb607142bcab9221a51 /src/utils/physfstools.cpp
parent61adaf9555e0e730f5ac1e8996923c0abe7f5782 (diff)
downloadplus-f8b6f8cbb252054404b2716960972669f4047a9f.tar.gz
plus-f8b6f8cbb252054404b2716960972669f4047a9f.tar.bz2
plus-f8b6f8cbb252054404b2716960972669f4047a9f.tar.xz
plus-f8b6f8cbb252054404b2716960972669f4047a9f.zip
Fix some clang issues.
Diffstat (limited to 'src/utils/physfstools.cpp')
-rw-r--r--src/utils/physfstools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp
index 6f4345c36..1e2ef1e2e 100644
--- a/src/utils/physfstools.cpp
+++ b/src/utils/physfstools.cpp
@@ -54,7 +54,7 @@ namespace PhysFs
_exit(1);
}
updateDirSeparator();
- atexit((void(*)()) PHYSFS_deinit);
+ atexit(reinterpret_cast<void(*)()>(PHYSFS_deinit));
}
void updateDirSeparator()