From 47b09119a4ecc2cb5e72def779f1c7bf8db6c03d Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Mon, 28 Nov 2016 10:20:27 +0100 Subject: [PATCH] Use C11 instead of GNU formatting for variable argument macros. --- status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.h b/status.h index e89fc69..601d3dc 100644 --- a/status.h +++ b/status.h @@ -16,7 +16,7 @@ along with this program. If not, see . */ -#define DEBUG(level, args...) debug(level, __location__, __FUNCTION__, args) +#define DEBUG(level, ...) debug(level, __location__, __func__, __VA_ARGS__) typedef enum {