From 919ce0b7affc6fbd68598b709faf477f56c22ac1 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 16 Dec 2013 08:53:53 -0800 Subject: _noreturn_ --> noreturn for C11 compat also define noreturn w/o --- src/shared/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/log.h') diff --git a/src/shared/log.h b/src/shared/log.h index de0e000371..3dcfa11308 100644 --- a/src/shared/log.h +++ b/src/shared/log.h @@ -124,13 +124,13 @@ int log_dump_internal( const char *func, char *buffer); -_noreturn_ void log_assert_failed( +noreturn void log_assert_failed( const char *text, const char *file, int line, const char *func); -_noreturn_ void log_assert_failed_unreachable( +noreturn void log_assert_failed_unreachable( const char *text, const char *file, int line, -- cgit v1.2.3-54-g00ecf