From f8b6f8cbb252054404b2716960972669f4047a9f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Apr 2016 17:28:37 +0300 Subject: Fix some clang issues. --- src/utils/physfstools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/physfstools.cpp') 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(PHYSFS_deinit)); } void updateDirSeparator() -- cgit v1.2.3-70-g09d2