summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-03-14 16:16:33 +0100
committerMattes D <github@xoft.cz>2014-03-14 16:16:33 +0100
commit763ea2840b9403b2c515b026189eaaab560048b5 (patch)
tree91a1ab3710a58e8996345f0de21ccb9ee9cbaa63 /src/DeadlockDetect.h
parentMerge pull request #805 from worktycho/undef (diff)
parentMerge branch 'master' into noreturn (diff)
downloadcuberite-763ea2840b9403b2c515b026189eaaab560048b5.tar
cuberite-763ea2840b9403b2c515b026189eaaab560048b5.tar.gz
cuberite-763ea2840b9403b2c515b026189eaaab560048b5.tar.bz2
cuberite-763ea2840b9403b2c515b026189eaaab560048b5.tar.lz
cuberite-763ea2840b9403b2c515b026189eaaab560048b5.tar.xz
cuberite-763ea2840b9403b2c515b026189eaaab560048b5.tar.zst
cuberite-763ea2840b9403b2c515b026189eaaab560048b5.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);
} ;