privops: mark res_fatal() for printf format compiler check

This commit is contained in:
Miroslav Lichvar
2025-03-05 10:44:04 +01:00
parent 717db2cfdd
commit 26d4f0c401

View File

@@ -141,6 +141,7 @@ have_helper(void)
/* ======================================================================= */
/* HELPER - prepare fatal error for daemon */
FORMAT_ATTRIBUTE_PRINTF(2, 3)
static void
res_fatal(PrvResponse *res, const char *fmt, ...)
{