summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-15 14:47:56 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-15 14:47:56 +0100
commitfbd4d53dacdf93f51eccc53df22831aec6a5b40a (patch)
tree8187e7749f2c8331d2c096b755bf859cd6ee8c21 /src/DeadlockDetect.h
parentPatched tolua to emit range checks for enums (diff)
parentDebuggers: Added a test for WE selection API. (diff)
downloadcuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.tar
cuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.tar.gz
cuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.tar.bz2
cuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.tar.lz
cuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.tar.xz
cuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.tar.zst
cuberite-fbd4d53dacdf93f51eccc53df22831aec6a5b40a.zip
Diffstat (limited to 'src/DeadlockDetect.h')
-rw-r--r--src/DeadlockDetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DeadlockDetect.h b/src/DeadlockDetect.h
index cb2309169..6aa98acbb 100644
--- a/src/DeadlockDetect.h
+++ b/src/DeadlockDetect.h
@@ -60,7 +60,7 @@ protected:
void CheckWorldAge(const AString & a_WorldName, Int64 a_Age);
/// Called when a deadlock is detected. Aborts the server.
- void DeadlockDetected(void);
+ NORETURN void DeadlockDetected(void);
} ;