r25000: Fix some more C++ compatibility warnings.
[tprouty/samba.git] / source4 / cluster / ctdb / common / ctdb_util.c
index 54b1e4e7ff5f68887b7f1c169533401b253cf651..f11388331d33529ec3cc0db96859b51d17cee3dd 100644 (file)
@@ -51,7 +51,7 @@ void ctdb_set_error(struct ctdb_context *ctdb, const char *fmt, ...)
 /*
   a fatal internal error occurred - no hope for recovery
 */
-void ctdb_fatal(struct ctdb_context *ctdb, const char *msg)
+_NORETURN_ void ctdb_fatal(struct ctdb_context *ctdb, const char *msg)
 {
        DEBUG(0,("ctdb fatal error: %s\n", msg));
        abort();