From ac044784a6ce64ff15610d4b70750065a7f01b80 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Sep 2015 21:07:54 +0200 Subject: start on makefile and fixing warnings and errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/err.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/err.h') diff --git a/include/err.h b/include/err.h index 6e9b828..c4b241a 100644 --- a/include/err.h +++ b/include/err.h @@ -87,7 +87,7 @@ void vwarnx(const char*, va_list); * @param ... Formatting-arguments. */ void err(int, const char*, ...) - __noreturn __GCC_ONLY(__attribute__((format(printf, 2, 3)))); + __GCC_ONLY(__attribute__((format(printf, 2, 3)))) __noreturn; /** * Print an error message to stderr, followed by a -- cgit v1.2.3-70-g09d2