Module Name: src
Committed By: jakllsch
Date: Thu Aug 4 11:49:07 UTC 2016
Modified Files:
src/tests: h_macros.h
Log Message:
use __dead
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/h_macros.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/h_macros.h
diff -u src/tests/h_macros.h:1.11 src/tests/h_macros.h:1.12
--- src/tests/h_macros.h:1.11 Wed Jan 14 22:57:27 2015
+++ src/tests/h_macros.h Thu Aug 4 11:49:07 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: h_macros.h,v 1.11 2015/01/14 22:57:27 christos Exp $ */
+/* $NetBSD: h_macros.h,v 1.12 2016/08/04 11:49:07 jakllsch Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@ do { \
ATF_REQUIRE_MSG(RZ_rv == 0, "%s: %s", #x, strerror(RZ_rv)); \
} while (/*CONSTCOND*/0)
-static __inline __printflike(1, 2) void
+__dead static __inline __printflike(1, 2) void
atf_tc_fail_errno(const char *fmt, ...)
{
va_list ap;