diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-12 16:34:13 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-12 16:34:13 -0400 |
commit | f43972d665c95b2148636c86a5b648e719901101 (patch) | |
tree | b873b15f50a981aacf8bb49fd646bfded2e7a73b /zen/shutdown.h | |
parent | Merge branch '10.11' into 'master' (diff) | |
download | FreeFileSync-f43972d665c95b2148636c86a5b648e719901101.tar.gz FreeFileSync-f43972d665c95b2148636c86a5b648e719901101.tar.bz2 FreeFileSync-f43972d665c95b2148636c86a5b648e719901101.zip |
10.12
Diffstat (limited to 'zen/shutdown.h')
-rw-r--r-- | zen/shutdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/shutdown.h b/zen/shutdown.h index 2d66d1e8..20354a14 100644 --- a/zen/shutdown.h +++ b/zen/shutdown.h @@ -14,7 +14,7 @@ namespace zen { void shutdownSystem(); //throw FileError void suspendSystem(); // -void terminateProcess(int exitCode); //will NOT return! +[[noreturn]] void terminateProcess(int exitCode); } #endif //SHUTDOWN_H_3423847870238407783265 |