chiark / gitweb /
Remove six unused variables and add annotation
[elogind.git] / src / journal / test-journal-interleaving.c
index 2b21523f57d7c904ce8ea90c4f653aee87e77a8c..1a058eaedd2838d498648292ab3f3cb8c8b02c8a 100644 (file)
@@ -36,7 +36,7 @@
 
 static bool arg_keep = false;
 
-static void log_assert_errno(const char *text, int eno, const char *file, int line, const char *func) {
+_noreturn_ static void log_assert_errno(const char *text, int eno, const char *file, int line, const char *func) {
         log_meta(LOG_CRIT, file, line, func,
                  "'%s' failed at %s:%u (%s): %s.",
                  text, file, line, func, strerror(eno));