r24994: Fix some C++ warnings.
[nivanova/samba-autobuild/.git] / source4 / smbd / server.c
index 1a90592fcd5860c9ffea03a28b1522707d5238a6..78f39f7fa7b097ac47277baa5be11654fc294498 100644 (file)
@@ -168,7 +168,7 @@ static void server_stdin_handler(struct event_context *event_ctx, struct fd_even
 /*
   die if the user selected maximum runtime is exceeded
 */
-static void max_runtime_handler(struct event_context *ev, struct timed_event *te, 
+_NORETURN_ static void max_runtime_handler(struct event_context *ev, struct timed_event *te, 
                                struct timeval t, void *private)
 {
        const char *binary_name = private;